File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,9 @@ Download the project or use git to clone it:
2020$ git clone https://github.com/Excse/AresByteCode.git
2121```
2222
23- Install libzip (if not already on the system) to enable the building of the library.
24- ``` sh
25- $ sudo apt install libzip-dev
26- ```
27-
2823Navigate to the directory where the project is located and execute these commands:
2924``` sh
30- $ cmake -S . -B build -DBUILD_TESTING=OFF
25+ $ cmake -S . -B build -DBUILD_TESTING=OFF -DMAKE_INSTALLABLE=ON -DBUILD_SHARED_LIBS=OFF
3126$ cmake --build build
3227$ cmake --install build
3328$ sudo make install
@@ -40,5 +35,5 @@ and in CMakeLists.txt:
4035``` cmake
4136find_package(aresbc CONFIG REQUIRED)
4237
43- target_link_libraries(!! PROJECT_NAME!! PRIVATE ${LIBARESBC_LIBRARY} )
38+ target_link_libraries(< PROJECT_NAME> PRIVATE aresbc::aresbc )
4439```
You can’t perform that action at this time.
0 commit comments