From 8364bd5a981bca9925fb08520a41d33e1bc8f5bd Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Thu, 5 Mar 2026 19:43:46 -0500 Subject: [PATCH] remove linux instructions --- README.md | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 6db091d..3689080 100644 --- a/README.md +++ b/README.md @@ -20,46 +20,15 @@ joomer-efsw-bsz-monitoring learndir/ └── joomer-efsw-bsz-monitoring/ └──x64 - └──release - └──test + └──release └──Linux └──release └──test └── efsw ``` -## Ubuntu Linux - - -Run terminal -``` -# 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 - -# create all the directories needed -mkdir learndir && cd learndir -mkdir efsw joomer-efsw-bsz-monitoring - -# Build Entropia bsz System Watcher -cd efsw -git clone https://github.com/SpartanJ/efsw.git . -mkdir -p build -cd build -cmake .. -make -j$(nproc) - -# Build joomer-efsw-bsz-monitoring -cd ../../joomer-efsw-bsz-monitoring -git clone https://git.indoodle.com/jason/joomer-efsw-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-bsz-monitoring -``` +# TODO +- work on linux version ## Windows - Download Visual Studio Community Edition