Compare commits

...

2 Commits

Author SHA1 Message Date
b746854b2d readme linux instructions 2026-07-01 14:24:26 -04:00
2caef5b3c4 derby-car.bsz 2026-06-24 22:27:07 -04:00
2 changed files with 31 additions and 0 deletions

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

BIN
derby-car.bsz Normal file

Binary file not shown.