Instruction of installation for version tf-50b7 + log-timestamp+ansi patch
Ok.. You have your own shell account, and what next. How to install this..I assume that you are regular user and want to install TF in your home directory.
Prepared shell script can be get here.
-
Lets begin from downloading TinyFugue and patches
wget http://www.ingwar.eu.org/downloads/tf-50b7.tar.gz
wget http://www.ingwar.eu.org/downloads/tf-50b7-log-timestamp+ansi.patch.gz
-
Now uncompressing...
tar -xzf tf-50b7.tar.gzYou shoul have directory tf-50b7 and file tf-50b7-log-timestamp+ansi.patch
gzip -d tf-50b7-log-timestamp+ansi.patch.gz
-
Enter tf-50b7 directory
cd tf-50b7
-
Patching
patch -p1 < ../tf-50b7-log-timestamp.patchOf course I assume that everything goes right.. :]
-
Now make directories ~/bin and ~/lib (if you have them skip this step)
mkdir ~/bin
mkdir ~/lib
-
And the main part of installation
./configureIn this step a lot of things can go wrong.
make
make install
For example, your system lack of some libraries required by TF, or danied execution of files.
But if everything goes write.. you can try if your new TF is working
~/bin/tf
-
If TF is working correctly you shoul install scipts
-
Lite version
-
Download scripts
wget http://www.ingwar.eu.org/downloads/scripts-lite.tar.gz
-
Uncompress
tar -xzf scripts-lite.tar.gzYou should have files tfrc and tfrc_warlock and directory tf
-
Execute TinyFugue and it should work..
After execute one important command/connectwhitch connect you with MUD
-
Download scripts
-
Full version
-
Download tfupdate
wget http://www.ingwar.eu.org/downloads/tfupdate.tar.gz
-
Uncompress
tar -xzf tfupdate.tar.gzYou should have directory tfupdate
-
Configuration of tfupdate
tfupdate/tfupdate.pl configNow you should have password from me.. Its not easy thing to get it. :)
-
Auto script installation
tfupdate/tfupdate.pl installIt will download all scripts from my server, make directories, etc.
-
Using of tfupdate
tfupdate/tfupdate.pl getget - Updates names database
tfupdate/tfupdate.pl update
update - Updates all scripts
-
Download tfupdate
-
Lite version

