GCEdit 0.2.0. A GameCube disk editor. http://i-know-nothing.co.cc/gcedit LICENSE Licensed under the GNU General Public License, version 3; if this was not included, you can find it here: http://www.gnu.org/licenses/gpl-3.0.txt DEPENDENCIES Python 3 (>= 3.2): http://www.python.org PyGObject 3: https://live.gnome.org/PyGObject INSTALLATION There is no installation method on Windows. On Unix-like OSs, with GNU make or equivalent, run ./configure make make install The makefile respects the prefix, DESTDIR, etc. arguments. Of course, `make install' needs to be run as root if installing outside of your home directory. To uninstall, run make uninstall `make clean' and `make distclean' are also supported, and work as expected. USAGE On Windows, in the source directory, run python run_gcedit where python is the Python 3 interpreter. On Unix-like OSs, once installed, just run gcedit (installed to /usr/local/bin/ by default). Alternatively, you can run in-place without installing by ./configure ./run_gcedit FILES GCEdit creates the ~/.config/gcedit for configuration.