blob: fd96d670b6e91c95c8234ab3ca7cf9978b98df29 (
plain) (
blame)
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
27
28
29
30
31
32
33
34
35
|
[
{ type: install
message: <<EOM
The mupen64plus emulator was installed
1) If you have installed/upgraded any new plugins or are upgrading from a
previous version of Mupen64Plus, please note that in order for these changes to
take effect, you -must- backup and then remove ~/.mupen64plus first. After you
have removed the directory, run 'mupen64plus' to re-create it. Then, manually
copy back your save files/other data you need from the backup if necessary.
2) This port installs core, command-line ui and plugins (audio, input, rsp and
video) of Mupen64Plus and
Run command-line version
# mupen64plus
3) Also, you can see the mupen64plus man page
# man mupen64plus
4) Additional third party plugins can be installed from
emulators/mupen64plus-plugins
5) If you want to install a GUI frontend of mupen64plus, you can install
emulators/mupen64plus-qt
emulators/py-m64py
6) Enjoy it ;)
EOM
}
]
|