File: INSTALL

package info (click to toggle)
mupen64plus-ui-console 2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 404 kB
  • sloc: ansic: 2,022; makefile: 265; sh: 21
file content (26 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Mupen64Plus-UI-Console INSTALL
------------------------------

This text file was written to explain the installation process of the
Mupen64Plus-UI-Console front-end 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 program
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-UI-Console for installation in a home
folder for a single user, you may build it like this (replacing <my-folder>
with your desired local installation path):

$ cd projects/unix
$ make all COREDIR=<my-folder> PLUGINDIR=<my-folder>
$ make install BINDIR=<my-folder> MANDIR=<my-folder>