root670 / libdragon

Open source library for N64 development.

Home Page:www.dragonminded.com/n64dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple library for N64 that allows one to code using the gcc compiler suite and nothing else.  No proprietary library is needed.  For more information, visit http://www.dragonminded.com/n64dev/

To get started from scratch, follow the following steps:

1. Create a directory and copy the build script there from the tools/ directory.
2. Read the comments in the build script to see what additional packages are needed.
3. Run ./build from the created directory, let it build and install the toolchain.
4. Make libdragon by typing 'make' at the top level.
5. Install libdragon by typing 'make install' at the top level.
6. Install libpng-dev if not already installed.
7. Make the tools by typing 'make tools' at the top level.
8. Install the tools by typing 'make tools-install' at the top level.
9. Compile the examples by typing 'make examples' at the top level.

You are now ready to run the examples on your N64.

About

Open source library for N64 development.

www.dragonminded.com/n64dev


Languages

Language:C 67.5%Language:ApacheConf 25.2%Language:Assembly 2.7%Language:Makefile 2.5%Language:Logos 1.4%Language:C++ 0.7%