re-edit readme
This commit is contained in:
parent
d3884f8e43
commit
9036769cfb
26
README.md
26
README.md
@ -7,8 +7,8 @@ Watch folder for images and flip them
|
||||
# Usage
|
||||
|
||||
```
|
||||
joomer-ftxui-file-monitoring
|
||||
- drag and drop files into the path folder
|
||||
joomer-efsw-file-monitoring
|
||||
- drag and drop files into the test folder
|
||||
```
|
||||
|
||||
[todo]
|
||||
@ -16,7 +16,7 @@ joomer-ftxui-file-monitoring
|
||||
# Build
|
||||
```
|
||||
learndir/
|
||||
└── joomer-ftxui-file-monitoring/
|
||||
└── joomer-efsw-file-monitoring/
|
||||
|
||||
```
|
||||
|
||||
@ -27,9 +27,14 @@ learndir/
|
||||
mkdir learndir
|
||||
cd learndir
|
||||
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
|
||||
cd joomer-ftxui-file-browser
|
||||
make all
|
||||
bin/Linux/release/joomer-ftxui-file-monitoring
|
||||
cd joomer-efsw-file-monitoring
|
||||
premake5 gmake2
|
||||
cd make/linux
|
||||
make joomer-efsw-file-monitoring
|
||||
cd ../..
|
||||
cd bin
|
||||
mkdir test
|
||||
./joomer-efsw-file-monitoring
|
||||
```
|
||||
|
||||
## Windows (win10 enterprise)
|
||||
@ -43,11 +48,14 @@ 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 joomer-ftxui-file-monitoring/make/windows
|
||||
msbuild joomer-ftxui-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
|
||||
cd make/windows
|
||||
msbuild joomer-efsw-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
|
||||
cd ../..
|
||||
bin\Debug\joomer-ftxui-file-monitoring.exe
|
||||
cd bin
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user