Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 649 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 649 Bytes

ss-tree

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!

image