Skip to content

mwstrfld/hurtbox

 
 

Repository files navigation

HurtBox

Building-
  Download a git client.

  Prereqs - Use your package manager to install the following
    sdl2
    sdl2 development libraries
    gcc
    g++
    automake
    autoconf
    glew


  Installation instructions for popular platforms -
    Linux -
      Prereqs - Use your package manager (apt, dnf, emerge, pacman, etc) to install the prereqs
      To build -
        $ ./autogen.sh
        $ ./configure --prefix=$MY_INSTALL_DIR
        $ make
        $ make install
      Verified builds
        Ubuntu 16.04
        Funtoo
                         
    OS X -
      Prereqs - Use your package manager (I use macports) to install the prereqs
      To build -
        $ ./autogen.sh
        $ ./configure --prefix=$MY_INSTALL_DIR
        $ make
        $ make install
  
    Windows 10
      Prereqs - MSys2, install the prereqs using pacman -S
      To build -
        $ ./autogen.sh
        $ ./configure --prefix=$MY_INSTALL_DIR
        $ make
        $ make install

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Other 0.2%