Dependencies
sudo pacman -S git-lfs
sudo pacman -S nlohmann-json
sudo pacman -S sfml
sudo pacman -S curl
Instructions to set the workspace
git clone https://github.com/ByJuanDiego/ss-tree.git
cd ss-tree
git lfs install
git lfs pull
unzip img.zip
Then, compile the interface
g++ -std=c++17 interface.cpp src/CortexAPI.cpp src/SStree.cpp src/tinyfiledialogs.c -o interface -lsfml-graphics -lsfml-window -lsfml-system -lcurl
Finally, call the executable
./interface
Search the K-NNs!