Richard Goedeken
60d99e6776
merged r0982-cheats branch
2009-03-28 14:40:14 +00:00
Richard Goedeken
b26081dcf5
fixed 2 bugs in install.sh: copy all the doc/ files, and create the /usr/local/share/applications directory before trying to copy the mupen64plus.desktop file there
2009-01-03 23:24:39 +00:00
Richard Goedeken
cef163ec8f
fixes for install.sh and pre.mk per issue #106 , comment 25
2008-12-19 00:09:45 +00:00
Louai Al-Khanji
048f6e94e5
Fix install script up some more
2008-12-05 04:44:26 +00:00
Louai Al-Khanji
3285537a74
Fix build system to check for various files before installing. Create the .desktop file only if we actually have a GUI.
2008-12-05 03:58:14 +00:00
Louai Al-Khanji
cc64200f58
Add support for translations to the Qt4 gui. I gave up on finding a good generic approach that's easy to implement and punted to Qt. Translators need to translate mupen64plus.ts. update_qt4_translations.sh should be run whenever a user-visible string changes.
2008-11-22 14:40:11 +00:00
Louai Al-Khanji
284f07f5bd
Install a .desktop file
2008-11-19 07:21:09 +00:00
Richard Goedeken
67e4e3f1ef
there are no more XPM icons to install; fixed install.sh
2008-10-30 11:49:17 +00:00
Richard Goedeken
9ca29495a0
changed install.sh file to copy the plugin libraries without executable permissions
2008-10-18 17:22:56 +00:00
Richard Goedeken
40ce339d27
slougi says that the mupen64plusui.rc file is not needed for installation of the QT4 gui
2008-09-10 12:18:54 +00:00
Richard Goedeken
7a4977e6e9
merged patch from Guido Berhoerster to improve portability of install/uninstall scripts
2008-09-10 03:38:38 +00:00
Scott Knauert
50a925fb76
License fixes.
2008-08-14 20:06:04 +00:00
Richard Goedeken
7902490dd8
1. fixed missing tabs near 7zip source files in Makefile
...
2. added SHAREDIR, BINDIR, LIBDIR, and MANDIR optional parameters to install/uninstall scripts
3. added SHAREDIR, BINDIR, LIBDIR, and MANDIR as makefile install options
4. re-factored Installation Directory search code. Previously, it searched in this order:
A. directory specified on command line with --installdir
B. $PREFIX/share/mupen64plus with $PREFIX given at compile time
C. same directory as the mupen64plus binary
D. current working directory
The new code searches in the following order:
A. directory specified on command line with --installdir
B. same directory as the mupen64plus binary
C. /usr/local/share/mupen64plus
D. /usr/share/mupen64plus
E. current working directory
5. Added PluginDirectory parameter to mupen64plus.conf file and necessary handling code in main.c
2008-07-27 21:02:18 +00:00
Scott Knauert
a91aba44ed
Additional fix for KDE4 GUI .rc.
2008-07-20 18:13:38 +00:00
Richard Goedeken
99ef5c8f79
require bash shell scripting for install.sh
2008-06-28 02:57:06 +00:00
Scott Knauert
8eb672f7d4
Moved mupen64plus.ini to installdir since its not user edittable.
2008-06-20 08:12:30 +00:00
Richard Goedeken
9eebbdb55b
Rom Cache System has landed in the trunk.
2008-06-19 04:29:35 +00:00
Richard Goedeken
75faa73728
fixed potential binary package installation problem
2008-06-14 22:06:12 +00:00
Richard Goedeken
12842f44b8
New feature: On Screen Display. Merged branch r0261-OSD-ebenblues up until rev 450 into trunk
2008-05-16 04:46:48 +00:00
Louai Al-Khanji
ee14adc137
Fix KDE4 stuff. qt4-config not yet compiled automatically. glN64 still
...
broken. First time this works for me.
2008-05-15 22:19:07 +00:00
James Hood
ed946013f6
-Removed install of doc/readme.pdf from install.sh since it no longer exists.
...
-Updated keyboard key for pause emulation from 'P' to "Pause" in the controller hotkey mapping dialog.
2008-04-24 05:18:33 +00:00
James Hood
15f5cdc8ff
-Committed man page install fix (Provided by fake.mike.k).
...
-Added volume shortcut keys to man page.
2008-03-30 20:44:20 +00:00
James Hood
2d699be081
Added man page
2008-03-29 22:29:16 +00:00
James Hood
d46ff3043f
removed strip option from install.sh since this is managed by the makefiles
2008-03-26 23:00:09 +00:00
James Hood
54f1dd1602
2008-03-26 22:42:26 +00:00
James Hood
30119fe39c
ugh, accidentally committed debug prints
2008-03-18 07:15:06 +00:00
James Hood
d20ac8b220
updated install.sh to look for install programs in the following order: /usr/bin/ginstall, /bin/ginstall, /usr/bin/install, /bin/install.
2008-03-18 07:06:39 +00:00
James Hood
eafbf49b66
-Created install.sh and uninstall.sh scripts in trunk. These scripts will be used to do install/uninstall in the source and binary distributions for Mupen64Plus.
...
-Modified top-level Makefile so 'make install' and 'make uninstall' call install.sh and uninstall.sh, respectively.
2008-03-17 06:18:41 +00:00