X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Ffront-end%2FINSTALL;fp=source%2Ffront-end%2FINSTALL;h=51c97cea7d4846534392fef061cd41d1148a5c36;hp=0000000000000000000000000000000000000000;hb=5288f5429f38c99c73856e285d35e7d0c4c779d0;hpb=48d77f736bea02afeb362cff05c81375752b3015 diff --git a/source/front-end/INSTALL b/source/front-end/INSTALL new file mode 100644 index 0000000..51c97ce --- /dev/null +++ b/source/front-end/INSTALL @@ -0,0 +1,26 @@ +Mupen64Plus-UI-Console INSTALL +------------------------------ + +This text file was written to explain the installation process of the +Mupen64Plus-UI-Console front-end module. + +If this module is part of a Mupen64Plus source code bundle, the user should run +the "m64p_install.sh" script in the root of the unzipped bundle to install all +of the included modules in the bundle. + +If this module is a standalone source code release, you should build the program +from source code and install it via the makefile, like this: + +$ cd projects/unix +$ make all +$ sudo make install + +If you want to build the Mupen64Plus-UI-Console for installation in a home +folder for a single user, you may build it like this (replacing +with your desired local installation path): + +$ cd projects/unix +$ make all COREDIR= PLUGINDIR= +$ make install BINDIR= MANDIR= + +