ALL: Huge upstream synch + PerRom DelaySI & CountPerOp parameters
[mupen64plus-pandora.git] / source / rice_gles / INSTALL
1 Mupen64Plus-Video-Rice INSTALL
2 ------------------------------
3
4 This text file was written to explain the installation process of the
5 Mupen64Plus-Video-Rice module.
6
7 If this module is part of a Mupen64Plus source code bundle, the user should run
8 the "m64p_install.sh" script in the root of the unzipped bundle to install all
9 of the included modules in the bundle.
10
11 If this module is a standalone source code release, you should build the library
12 from source code and install it via the makefile, like this:
13
14 $ cd projects/unix
15 $ make all
16 $ sudo make install
17
18 If you want to build the Mupen64Plus-Video-Rice module for installation in a
19 home folder for a single user, you may build it like this (replacing
20 <my-folder> with your desired local installation path):
21
22 $ cd projects/unix
23 $ make all
24 $ make install LIBDIR=<my-folder> SHAREDIR=<my-folder>
25
26