libretro/cannonball

Name: cannonball

Owner: libretro

Description: Cannonball: An Enhanced OutRun Engine

Created: 2018-05-22 03:38:22.0

Updated: 2018-05-24 18:42:38.0

Pushed: 2018-05-24 18:42:37.0

Homepage: http://reassembler.blogspot.com

Size: 3741

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cannonball - OutRun Engine

See Reassembler Blog.

Credits
Getting Started

Cannonball has been successfully built for Windows, Mac OS X, Linux, Open Pandora and the Raspberry Pi.

Build
mkdir build
cd build
Non-IDE (e.g. straight GCC)
cmake -G "Insert Generator Name Here" ../cmake
make
MinGW
cmake -G "MinGW Makefiles" -DTARGET=mingw ../cmake
mingw32-make
Visual Studio 2010
cmake -G "Visual Studio 10" ../cmake
Mac OSX
cmake -G "Unix Makefiles" -DTARGET:STRING=macosx ../cmake
make
Run
ln -s ../roms roms
./outrun
Building SDL-1.2.15
Darwin
./configure --prefix=~/SDL-1.2.15/build --disable-assembly
MinGW

See: Setting up MSYS MinGW build system for compiling SDL OpenGL applications.

Execute the below commands from the msys environment.

./configure --prefix=/mingw --enable-stdio-redirect=no
make
make install

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.