Multi-media library for graphics, audio, and window management
Multi-media library with bindings for multiple languages
sfml-2$ g++ -c myprogram.cpp -o myprogram.o && g++ myprogram.o -o myprogram -lsfml-graphics -lsfml-window -lsfml-system$ pkg-config --modversion sfml$ pkg-config --cflags --libs sfml