readme code review changes on windows

This commit is contained in:
Jason Ly 2026-02-06 22:11:43 -05:00
parent 0514e0c438
commit 919d8ebf18

View File

@ -60,13 +60,17 @@ git clone https://github.com/SpartanJ/efsw.git .
cmake -B ./build cmake -B ./build
cmake --build ./build --config Release -j%NUMBER_OF_PROCESSORS% cmake --build ./build --config Release -j%NUMBER_OF_PROCESSORS%
# Install joomer-efsw-file-monitoring # Build joomer-efsw-file-monitoring
cd ../joomer-efsw-file-monitoring cd ../joomer-efsw-file-monitoring
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git . 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
# create test folder to put images in
mkdir x64\release\test mkdir x64\release\test
# run
x64\release\joomer-efsw-file-monitoring.exe x64\release\joomer-efsw-file-monitoring.exe
``` ```