X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2FINSTALL;fp=source%2Fmupen64plus-core%2FINSTALL;h=1101a6ea3499e8bd48f450def7ba382d7d89cd00;hb=451ab91e3827a6384981b3300e2a7000d2eaba58;hp=0000000000000000000000000000000000000000;hpb=a2ab25365b5b0dddbee476d695d8a31151407581;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-core/INSTALL b/source/mupen64plus-core/INSTALL new file mode 100644 index 0000000..1101a6e --- /dev/null +++ b/source/mupen64plus-core/INSTALL @@ -0,0 +1,26 @@ +Mupen64Plus-Core INSTALL +------------------------ + +This text file was written to explain the installation process of the +Mupen64Plus-Core 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 library +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-Core module 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 SHAREDIR= +$ make install LIBDIR= SHAREDIR= + +