Compare commits

..

1 Commits

Author SHA1 Message Date
019d65fdc6 CleanupPass 2026-01-05 21:23:00 -05:00

View File

@ -18,15 +18,17 @@ Terminal User Interface for file browsing using ftxui
learndir/
└── FTXUI/
└── joomer-ftxui-file-browser/
└── vcpkg/
```
## Ubuntu Linux
## Ubuntu Linux (kasm-ubuntu)
```
mkdir learndir
cd learndir
git clone https://github.com/ArthurSonzogni/FTXUI
mkdir -p FTXUI/build
cd FTXUI/build
cd FTXUI
mkdir build
cd build
cmake ..
cmake --build . --config Release
cd ../..
@ -36,18 +38,18 @@ make all
bin/Linux/release/joomer-ftxui-file-browser
```
## Windows
- Download Visual Studio Community Edition
## Windows (win10 enterprise)
- Download Visual Studio Community Edition 2022
- Run VisualStudioSetup.exe
- Workload = [x] Desktop development with C++
- Individual components = [x] Git For Windows
- Workload = [x] Desktop developemnt with C++
- Individial components = [x] Git For Windows
Run **x64 Native Tools Command Prompt for VS**
Run **x64 Native Tools Command Prompt for VS 2022**
```
mkdir learndir
cd learndir
git clone https://github.com/ArthurSonzogni/FTXUI
mkdir -p FTXUI\build
mkdir FTXUI\build
cd FTXUI\build
cmake ..
cmake --build . --config Release