mirror of
https://github.com/typesense/typesense.git
synced 2025-05-17 12:12:35 +08:00
Add dl to linked libraries.
More info here: http://stackoverflow.com/a/10368706/123545
This commit is contained in:
parent
8efe35df1a
commit
0a99fd11c0
@ -51,7 +51,7 @@ target_compile_definitions(search PRIVATE ROOT_DIR="${CMAKE_SOURCE_DIR}/")
|
||||
target_compile_definitions(benchmark PRIVATE ROOT_DIR="${CMAKE_SOURCE_DIR}/")
|
||||
target_compile_definitions(typesense_test PRIVATE ROOT_DIR="${CMAKE_SOURCE_DIR}/")
|
||||
|
||||
target_link_libraries(typesense-server for h2o-evloop pthread rocksdb ssl crypto)
|
||||
target_link_libraries(typesense-server for h2o-evloop pthread rocksdb ssl crypto dl)
|
||||
target_link_libraries(search for pthread rocksdb)
|
||||
target_link_libraries(benchmark for pthread rocksdb)
|
||||
target_link_libraries(typesense_test pthread for rocksdb gtest gtest_main)
|
||||
|
10
README.md
10
README.md
@ -14,7 +14,15 @@ Typesense is an open source search engine for building a delightful search exper
|
||||
Please ensure that you have docker installed on your system.
|
||||
|
||||
```
|
||||
$ ./build.sh
|
||||
$ ./build.sh [--clean]
|
||||
.
|
||||
.
|
||||
.
|
||||
$ ./dockcross build/typesense_test
|
||||
.
|
||||
.
|
||||
.
|
||||
$ ./dockcross build/typesense-server
|
||||
```
|
||||
|
||||
We use [dockcross](https://github.com/dockcross/dockcross) to build our development environment consistently.
|
||||
|
Loading…
x
Reference in New Issue
Block a user