Browse by type
See Reassembler Blog.
Cannonball has been successfully built for Windows, Mac OS X, Linux, Open Pandora and the Raspberry Pi.
mkdir build
cd build
cmake -G "Insert Generator Name Here" ../cmake
make
cmake -G "MinGW Makefiles" -DTARGET=mingw ../cmake
mingw32-make
cmake -G "Visual Studio 10" ../cmake
ln -s ../roms roms
./outrun
./configure --prefix=~/SDL-1.2.15/build --disable-assembly
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
$ claude mcp add cannonball \
-- python -m otcore.mcp_server <graph>