Compare commits
2 Commits
671f474e9f
...
b746854b2d
| Author | SHA1 | Date | |
|---|---|---|---|
| b746854b2d | |||
| 2caef5b3c4 |
31
README.md
31
README.md
@ -34,6 +34,37 @@ learndir/
|
|||||||
# TODO
|
# TODO
|
||||||
- work on linux version
|
- 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
|
## Windows
|
||||||
- Download Visual Studio Community Edition
|
- Download Visual Studio Community Edition
|
||||||
- Run VisualStudioSetup.exe
|
- Run VisualStudioSetup.exe
|
||||||
|
|||||||
BIN
derby-car.bsz
Normal file
BIN
derby-car.bsz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user