update readme for watchdir arg
This commit is contained in:
parent
3d7af70bc8
commit
eaad7b7d47
14
README.md
14
README.md
@ -19,6 +19,7 @@ joomer-efsw-bsz-monitoring
|
||||
```
|
||||
learndir/
|
||||
└── joomer-efsw-bsz-monitoring/
|
||||
└── bella_engine_sdk/
|
||||
└──x64
|
||||
└──release
|
||||
└── efsw
|
||||
@ -36,22 +37,25 @@ learndir/
|
||||
Run **x64 Native Tools Command Prompt for VS**
|
||||
```
|
||||
mkdir learndir && cd learndir
|
||||
mkdir efsw joomer-efsw-bsz-monitoring
|
||||
|
||||
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
|
||||
tar -xf bella_engine_sdk-25.3.0-win32.zip
|
||||
|
||||
# Build Entropia bsz System Watcher
|
||||
git clone https://github.com/SpartanJ/efsw.git
|
||||
cd efsw
|
||||
git clone https://github.com/SpartanJ/efsw.git .
|
||||
cmake -B ./build
|
||||
cmake --build ./build --config Release -j%NUMBER_OF_PROCESSORS%
|
||||
|
||||
# Build joomer-efsw-bsz-monitoring
|
||||
cd ../joomer-efsw-bsz-monitoring
|
||||
git clone https://git.indoodle.com/jason/joomer-efsw-bsz-monitoring.git .
|
||||
cd ..
|
||||
git clone https://git.indoodle.com/jason/joomer-efsw-bsz-monitoring.git
|
||||
cd joomer-efsw-bsz-monitoring
|
||||
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
|
||||
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
|
||||
msbuild joomer-efsw-bsz-monitoring.vcxproj /p:Configuration=release
|
||||
|
||||
# run
|
||||
x64\release\joomer-efsw-bsz-monitoring.exe
|
||||
x64\release\joomer-efsw-bsz-monitoring.exe #--watchdir:path (optionally)
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user