Skip to content

pr1s10n3r/sfml-snake-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Snake Clone

Screenshot running on KDE Plasma

Install Dependencies

My main development environment is a Linux PC with KDE Neon, so I could not (and by that I mean I didn't want) test on other distributions such as Fedora.

Installing Dependencies on Debian/Ubuntu

sudo apt update
sudo apt install \
    libxrandr-dev \
    libxcursor-dev \
    libudev-dev \
    libopenal-dev \
    libflac-dev \
    libvorbis-dev \
    libgl1-mesa-dev \
    libegl1-mesa-dev \
    libdrm-dev \
    libgbm-dev \
    libfreetype6-dev

Building

The build process is done through CMake. To generate the required build files and then compile them, run these commands:

cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published