readme code review changes on windows
This commit is contained in:
parent
b82bbc1b36
commit
0514e0c438
31
README.md
31
README.md
@ -11,12 +11,16 @@ joomer-efsw-file-monitoring
|
|||||||
- drag and drop files into the test folder
|
- drag and drop files into the test folder
|
||||||
```
|
```
|
||||||
|
|
||||||
[todo]
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
```
|
```
|
||||||
learndir/
|
learndir/
|
||||||
└── joomer-efsw-file-monitoring/
|
└── joomer-efsw-file-monitoring/
|
||||||
|
└──x64
|
||||||
|
└──release
|
||||||
|
└──test
|
||||||
|
└──Linux
|
||||||
|
└──release
|
||||||
|
└──test
|
||||||
└── efsw
|
└── efsw
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,21 +51,22 @@ bin/Linux/release/joomer-efsw-file-monitoring
|
|||||||
|
|
||||||
Run **x64 Native Tools Command Prompt for VS**
|
Run **x64 Native Tools Command Prompt for VS**
|
||||||
```
|
```
|
||||||
mkdir learndir
|
mkdir learndir && cd learndir
|
||||||
cd learndir
|
mkdir efsw joomer-efsw-file-monitoring
|
||||||
git clone https://github.com/SpartanJ/efsw.git
|
|
||||||
|
# Build Entropia File System Watcher
|
||||||
cd efsw
|
cd efsw
|
||||||
mkdir build
|
git clone https://github.com/SpartanJ/efsw.git .
|
||||||
cd build
|
cmake -B ./build
|
||||||
cmake ..
|
cmake --build ./build --config Release -j%NUMBER_OF_PROCESSORS%
|
||||||
msbuild efsw.sln /p:Configuration=Release
|
|
||||||
cd ..
|
# Install joomer-efsw-file-monitoring
|
||||||
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
|
cd ../joomer-efsw-file-monitoring
|
||||||
cd joomer-efsw-file-monitoring
|
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git .
|
||||||
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
|
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
|
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
|
||||||
msbuild joomer-efsw-file-monitoring.vcxproj /p:Configuration=release
|
msbuild joomer-efsw-file-monitoring.vcxproj /p:Configuration=release
|
||||||
mkdir -p x64\release\test
|
mkdir x64\release\test
|
||||||
x64\release\joomer-efsw-file-monitoring.exe
|
x64\release\joomer-efsw-file-monitoring.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
BIN
x64/release/joomer-efsw-file-monitoring.exe
Normal file
BIN
x64/release/joomer-efsw-file-monitoring.exe
Normal file
Binary file not shown.
BIN
x64/release/joomer-efsw-file-monitoring.pdb
Normal file
BIN
x64/release/joomer-efsw-file-monitoring.pdb
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user