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
|
# Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
joomer-ftxui-file-monitoring
|
joomer-efsw-file-monitoring
|
||||||
- drag and drop files into the path folder
|
- drag and drop files into the test folder
|
||||||
```
|
```
|
||||||
|
|
||||||
[todo]
|
[todo]
|
||||||
@ -16,7 +16,7 @@ joomer-ftxui-file-monitoring
|
|||||||
# Build
|
# Build
|
||||||
```
|
```
|
||||||
learndir/
|
learndir/
|
||||||
└── joomer-ftxui-file-monitoring/
|
└── joomer-efsw-file-monitoring/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -27,9 +27,14 @@ 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-ftxui-file-browser
|
cd joomer-efsw-file-monitoring
|
||||||
make all
|
premake5 gmake2
|
||||||
bin/Linux/release/joomer-ftxui-file-monitoring
|
cd make/linux
|
||||||
|
make joomer-efsw-file-monitoring
|
||||||
|
cd ../..
|
||||||
|
cd bin
|
||||||
|
mkdir test
|
||||||
|
./joomer-efsw-file-monitoring
|
||||||
```
|
```
|
||||||
|
|
||||||
## Windows (win10 enterprise)
|
## Windows (win10 enterprise)
|
||||||
@ -43,11 +48,14 @@ 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 joomer-ftxui-file-monitoring/make/windows
|
cd make/windows
|
||||||
msbuild joomer-ftxui-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
|
msbuild joomer-efsw-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p:Platform=x64
|
||||||
cd ../..
|
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
|
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