Skip to content

Hovercraft game for the Gamecube and Wii (OLD, see hoverguys/rehover)

Notifications You must be signed in to change notification settings

hoverguys/hovercraft-old

Repository files navigation

Hovercraft

Building

Installing Dependencies

Install DevkitPPC: Instructions here.

Linux

For the purposes of this guide, we will assume you are using a debian-based distro with apt-get.

Install Boost Program Options: sudo apt-get install libboost-program-options-dev

Install ASSIMP: sudo apt-get install libassimp-dev

OS X

The easiest way to install dependencies with OS X is using Homebrew. We will assume this is what you are using.

Install Boost: brew install boost

Install ASSIMP: brew install assimp

Compiling on POSIX systems (Linux, OS X)

From the project's root directory:

cd tools/obj2bin_src
make
cd ../..
make

About

Hovercraft game for the Gamecube and Wii (OLD, see hoverguys/rehover)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published