Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 289 Bytes

INSTALL.md

File metadata and controls

15 lines (9 loc) · 289 Bytes

Compile instructions

Supported platform

Any platform that suppports full SFML.

Steps

Install SFML on your computer, then

g++ main.cpp -o bastet -Ofast -lsfml-window -lsfml-system -lsfml-graphics -lsfml-audio

Or run binaries given in the release page in GitHub.