|
The following instructions assumes the following, please substitute your names where necessary :
Using your FTP program, you need to upload your egg file (eggdrop1.4.3.tar.gz) into your account. Just drop it into the root or default/main directory of your account. Once you have the file uploaded, telnet into your account if you have not already done so.
Need help with Telnet/FTP? Click HERE
There are different ways in unix to unarchive a .tar.gz file in Unix. Different Unix/Linux systems often have different syntax depending on the operating system of choice. In our example below, we will do it in a basic form that is compatible with our servers, and is the most commonly used method.
eggdrop1.4.3.tar.gz
-xvf eggdrop1.4.3.tar
1. First we need to be inside our new directory. Type the following to get there :
eggdrop1.4.3
2. Now we are ready to start the compiling process. First we have to run the configure program to set various system variables. Type the following :
make NOTE : On some older bots, you may be required to do a make static instead of just a make. If you get an error, run a make clean before doing the make static. We use BSDi on many of our servers, and this really helps. Finished : Your bot is now compiled, and ready to go. You will now need to create or edit your bot's configuration file, and then launch it online. You can receive help and have this automatically done for you by using our Magic Menu built into all of our systems. |
|
|