Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 242 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 242 Bytes

fgm

Setup

  1. Blindly copy-paste the following commands into terminal (assumes OS X and homebrew)
brew install cmake sfml folly
git clone https://github.com/suo/fgm
cd fgm
mkdir build && cd build
cmake .. && make
./fgm
  1. Profit