X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2glide64%2FINSTALL;fp=source%2Fgles2glide64%2FINSTALL;h=7529bb6cc7a01d612a1f50f3ce4d9e13cf532024;hb=98e75f2d18c02c233da543560f76282f04fc796c;hp=0000000000000000000000000000000000000000;hpb=0ced54f867d36e8b324155bef49e8abfebfc3237;p=mupen64plus-pandora.git diff --git a/source/gles2glide64/INSTALL b/source/gles2glide64/INSTALL new file mode 100644 index 0000000..7529bb6 --- /dev/null +++ b/source/gles2glide64/INSTALL @@ -0,0 +1,26 @@ +Mupen64Plus-Video-Glide64mk2 INSTALL +------------------------------------ + +This text file was written to explain the installation process of the +Mupen64Plus-Video-Glide64mk2 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-Video-Glide64mk2 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 +$ make install LIBDIR= SHAREDIR= + +