Skip to content

jchv/gcmtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README - or everything you wanted to know about this source package but were afraid to ask

How to Get Source from Git

Windows

  • install git from http://git-scm.com/
    • recommended: allow git to modify %PATH% for git command ONLY (2nd option)
  • open cmd.exe
cd C:\wherever\you\want\to\put\the\source\code\at
git clone [repo URL]

Debian/Ubuntu Linux

sudo apt-get install git
cd ~/
git clone [repo URL]

How To Build

Setup environment

Windows

Debian/Ubuntu Linux

$ sudo apt-get install build-essential

Build

Windows

  • open cmd.exe
set PATH=%PATH%;C:\mingw\bin
cd C:\wherever\you\have\the\source\code\at
mingw-make

Linux

make

Run!

ABOUT GCM.HPP

This is just a quick gcm/fst manipulation library, it is all ISC licensed.

About

A couple programs and a library for interacting with gcm files (GameCube disk images.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages