X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Frice_gles%2FINSTALL;fp=source%2Frice_gles%2FINSTALL;h=e0bd5c3d8b6e404fc50cee60258fe8031a392075;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hp=0000000000000000000000000000000000000000;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9;p=mupen64plus-pandora.git diff --git a/source/rice_gles/INSTALL b/source/rice_gles/INSTALL new file mode 100644 index 0000000..e0bd5c3 --- /dev/null +++ b/source/rice_gles/INSTALL @@ -0,0 +1,26 @@ +Mupen64Plus-Video-Rice INSTALL +------------------------------ + +This text file was written to explain the installation process of the +Mupen64Plus-Video-Rice 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-Rice 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= + +