From 9036769cfb0006543e1dbc3e8758c42f3ec9f540 Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Mon, 29 Dec 2025 15:34:54 -0500 Subject: [PATCH] re-edit readme --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b1a7e1c..5df9ecd 100644 --- a/README.md +++ b/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