Added missing launcher
[mupen64plus-pandora.git] / source / front-end / INSTALL
CommitLineData
5288f542 1Mupen64Plus-UI-Console INSTALL
2------------------------------
3
4This text file was written to explain the installation process of the
5Mupen64Plus-UI-Console front-end module.
6
7If this module is part of a Mupen64Plus source code bundle, the user should run
8the "m64p_install.sh" script in the root of the unzipped bundle to install all
9of the included modules in the bundle.
10
11If this module is a standalone source code release, you should build the program
12from source code and install it via the makefile, like this:
13
14$ cd projects/unix
15$ make all
16$ sudo make install
17
18If you want to build the Mupen64Plus-UI-Console for installation in a home
19folder for a single user, you may build it like this (replacing <my-folder>
20with your desired local installation path):
21
22$ cd projects/unix
23$ make all COREDIR=<my-folder> PLUGINDIR=<my-folder>
24$ make install BINDIR=<my-folder> MANDIR=<my-folder>
25
26