Skip to content

rxn7/fb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Note: Building is only possible on Linux, tested only on Arch Linux.

Building for Linux

Run ./build_lin.sh
Required (arch linux) packages

  • sdl2
  • sdl2_image
  • sdl2_mixer
  • sdl2_ttf

Building for Windows

Run ./build_win.sh
Required (arch linux) packages

  • mingw-w64-sdl2
  • mingw-w64-sdl2_image
  • mingw-w64-sdl2_mixer
  • mingw-w64-sdl2_ttf

Running

On Linux

Either download latest release, or compile it yourself, see how to build for Linux.

On Windows

Either download latest release, or use WSL to compile for Windows, see how to build for Windows.