readme linux instructions

This commit is contained in:
Jason Ly 2026-07-01 14:24:26 -04:00
parent 2caef5b3c4
commit b746854b2d

View File

@ -34,6 +34,37 @@ learndir/
# TODO
- work on linux version
## Linux
# Install the following if not already installed
sudo apt update
sudo apt install git
sudo apt install cmake
sudo apt install build-essential cmake # build-essential contains gcc,g++ and make
apt update && apt install -y libgl1 libglx0
# create all the directories needed
mkdir workdir && cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
tar -xf bella_engine_sdk-25.3.0-win32.zip
# Build Entropia File System Watcher
git clone https://github.com/SpartanJ/efsw.git
cd efsw
mkdir -p build
cd build
cmake ..
make -j$(nproc)
cd ../..
git clone https://git.indoodle.com/jason/joomer-efsw-file-bsz-monitoring.git
wget https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
wget https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
make all -j$(nproc)
mkdir bin/Linux/release/test
bin/Linux/release/joomer-efsw-file-bsz-monitoring
## Windows
- Download Visual Studio Community Edition
- Run VisualStudioSetup.exe