Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 236 Bytes

BUILD.md

File metadata and controls

20 lines (18 loc) · 236 Bytes

How to build and run (Linux x64)

Requirements

  • SFML
  • CMake
  • G++

Procedure

  • Install dependencies
  • Run CMake from build directory
cd build
cmake ..
make
  • Run
cd bin
./AlgoSketch