Compare commits

..

No commits in common. "d319cbeba30c75ea43ac27c80452f8704bb5fd70" and "556a9081aa263a480148c294a18c062def603610" have entirely different histories.

View File

@ -7,8 +7,8 @@ Watch folder for images and flip them
# Usage
```
joomer-efsw-file-monitoring
- drag and drop files into the test folder
joomer-ftxui-file-monitoring
- drag and drop files into the path folder
```
[todo]
@ -16,7 +16,7 @@ joomer-efsw-file-monitoring
# Build
```
learndir/
└── joomer-efsw-file-monitoring/
└── joomer-ftxui-file-monitoring/
```
@ -27,14 +27,9 @@ learndir/
mkdir learndir
cd learndir
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
cd joomer-efsw-file-monitoring
premake5 gmake2
cd make/linux
make joomer-efsw-file-monitoring
cd ../..
cd bin
mkdir test
./joomer-efsw-file-monitoring
cd joomer-ftxui-file-browser
make all
bin/Linux/release/joomer-ftxui-file-monitoring
```
## Windows (win10 enterprise)
@ -48,14 +43,11 @@ Run **x64 Native Tools Command Prompt for VS 2022**
mkdir learndir
cd learndir
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
cd joomer-efsw-file-monitoring
premake5 vs2022
cd make/windows
msbuild joomer-efsw-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
cd joomer-ftxui-file-monitoring/make/windows
msbuild joomer-ftxui-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
cd ../..
cd bin
mkdir test
joomer-efsw-file-monitoring.exe
bin\Debug\joomer-ftxui-file-monitoring.exe
```
For a prototype app we can just dump the stb headers right into the joomer-efsw-file-monitoring/src dir for simplicity