Compare commits

..

No commits in common. "b746854b2d33a245a1cf7de3f535a594cc20bd64" and "671f474e9ff04d18391d3b5f611a53938fdd83b5" have entirely different histories.

2 changed files with 0 additions and 31 deletions

View File

@ -34,37 +34,6 @@ 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

Binary file not shown.