Compare commits
No commits in common. "d319cbeba30c75ea43ac27c80452f8704bb5fd70" and "556a9081aa263a480148c294a18c062def603610" have entirely different histories.
d319cbeba3
...
556a9081aa
26
README.md
26
README.md
@ -7,8 +7,8 @@ Watch folder for images and flip them
|
|||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
joomer-efsw-file-monitoring
|
joomer-ftxui-file-monitoring
|
||||||
- drag and drop files into the test folder
|
- drag and drop files into the path folder
|
||||||
```
|
```
|
||||||
|
|
||||||
[todo]
|
[todo]
|
||||||
@ -16,7 +16,7 @@ joomer-efsw-file-monitoring
|
|||||||
# Build
|
# Build
|
||||||
```
|
```
|
||||||
learndir/
|
learndir/
|
||||||
└── joomer-efsw-file-monitoring/
|
└── joomer-ftxui-file-monitoring/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -27,14 +27,9 @@ learndir/
|
|||||||
mkdir learndir
|
mkdir learndir
|
||||||
cd learndir
|
cd learndir
|
||||||
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
|
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
|
||||||
cd joomer-efsw-file-monitoring
|
cd joomer-ftxui-file-browser
|
||||||
premake5 gmake2
|
make all
|
||||||
cd make/linux
|
bin/Linux/release/joomer-ftxui-file-monitoring
|
||||||
make joomer-efsw-file-monitoring
|
|
||||||
cd ../..
|
|
||||||
cd bin
|
|
||||||
mkdir test
|
|
||||||
./joomer-efsw-file-monitoring
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Windows (win10 enterprise)
|
## Windows (win10 enterprise)
|
||||||
@ -48,14 +43,11 @@ Run **x64 Native Tools Command Prompt for VS 2022**
|
|||||||
mkdir learndir
|
mkdir learndir
|
||||||
cd learndir
|
cd learndir
|
||||||
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
|
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
|
||||||
cd joomer-efsw-file-monitoring
|
|
||||||
premake5 vs2022
|
premake5 vs2022
|
||||||
cd make/windows
|
cd joomer-ftxui-file-monitoring/make/windows
|
||||||
msbuild joomer-efsw-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
|
msbuild joomer-ftxui-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
|
||||||
cd ../..
|
cd ../..
|
||||||
cd bin
|
bin\Debug\joomer-ftxui-file-monitoring.exe
|
||||||
mkdir test
|
|
||||||
joomer-efsw-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
|
For a prototype app we can just dump the stb headers right into the joomer-efsw-file-monitoring/src dir for simplicity
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user