mirror of
https://github.com/logos-storage/easylibstorage.git
synced 2026-02-28 04:13:05 +00:00
docs: add compilation flag to readme
Add -DCOMPILE_TUTORIAL_EXAMPLES=1 to readme, so that uploader and downloader binaries are created during the build, and the readme instructions make sense
This commit is contained in:
parent
0777c145ea
commit
0561031051
@ -12,7 +12,7 @@ examples showing how to implement simple filesharing apps.
|
||||
## Building
|
||||
|
||||
```bash
|
||||
cmake -B build -DLOGOS_STORAGE_NIM_ROOT=/path/to/logos-storage-nim
|
||||
cmake -B build -DLOGOS_STORAGE_NIM_ROOT=/path/to/logos-storage-nim -DCOMPILE_TUTORIAL_EXAMPLES=1
|
||||
cmake --build build
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user