Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 684 Bytes

readme.md

File metadata and controls

19 lines (19 loc) · 684 Bytes

SFML base code

How to setup

Windows

Install chocolatey
choco install llvm
choco install mingw

MacOS

(/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)")
brew install --with-toolchain llvm
brew install gdb

Linux

If your distro is not listed then check you package manager for gdb and clang++

ubuntu/debian

sudo apt install clang-11
sudo apt install gdb

manjaro/arch

yay -S clang
yay -S gdb
or install them manually clang package, gbd package