summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2004-09-26 17:35:50 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2004-09-26 17:35:50 +0000
commit41f57120092aaa4bdd061f54838728daba096a8f (patch)
tree2ab4e9024a6ddd6cc102e3e6bdac6b7436ee1ad6 /docs/INSTALL
parent624370950b22fc9c5806f0da0d2984c629ecc33d (diff)
downloadmana-client-41f57120092aaa4bdd061f54838728daba096a8f.tar.gz
mana-client-41f57120092aaa4bdd061f54838728daba096a8f.tar.bz2
mana-client-41f57120092aaa4bdd061f54838728daba096a8f.tar.xz
mana-client-41f57120092aaa4bdd061f54838728daba096a8f.zip
*** empty log message ***
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL/linux.txt20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/INSTALL/linux.txt b/docs/INSTALL/linux.txt
index 54d775bd..edf47dfc 100644
--- a/docs/INSTALL/linux.txt
+++ b/docs/INSTALL/linux.txt
@@ -5,6 +5,8 @@ Author: Alexander Baldeck (aka kth5)
Email: kth5@cboxx.de
Homepage: alex.cboxx.de
+Thanks to hardskinone for writing the 'Installing JGmod' part
+
The Mana World project
======================
Homepage: themanaworld.sourceforge.net
@@ -94,8 +96,22 @@ the source from here:
ldconfig
7) this should finish the Alfont installation
-4) Installing the JGmod library
-TODO
+4) Installing the JGmod library
+================================
+
+This is not included in any distribution. Download source package from here:
+ http://www.geocities.com/jeffery_guan/jgmod/jgmod.zip
+
+1) extract archive and 'cd' into the directory
+2) run 'sh fixunix.sh'
+3) cd in 'src' subdirectory
+4) run 'make' and 'make install as root
+5) now you should have following files:
+ /usr/local/lib/libjgmod.so
+ /usr/local/include/jgmod.h
+
+*Note for GNU/Gentoo user:
+ It's possible that 'make install' command create a file named /usr/local/include instead. To fix rename it 'jgmod.h', create a dir '/usr/local/include/' and put in that file.
5. Installing The Mana World
============================