1 |
$Id: INSTALL,v 1.16 2003/12/11 01:21:48 wcc Exp $ |
2 |
|
3 |
Compilation and Installation of Eggdrop |
4 |
Last revised: December 10, 2003 |
5 |
_________________________________________________________________ |
6 |
|
7 |
Compilation and Installation of Eggdrop |
8 |
|
9 |
|
10 |
This is the quick install guide; if you have had little or no experience |
11 |
with UNIX or Eggdrop, READ THE README FILE NOW! This file is only for |
12 |
experienced users. |
13 |
|
14 |
Contents: |
15 |
1. What is Eggdrop? |
16 |
2. Compiling Eggdrop 1.9 |
17 |
|
18 |
|
19 |
(1) WHAT IS EGGDROP? |
20 |
|
21 |
Please, read the README file before attempting to set up this bot. This |
22 |
file is a quick setup guide, not a miracle worker. If you enter this file |
23 |
without basic Eggdrop knowledge, you will NOT leave with a working bot! |
24 |
Before asking ANY questions, READ THE README FILE OR YOU WILL BE BURNED |
25 |
TO A HORRIBLE DEATH! IF YOU DO NOT READ THAT FILE I WILL PERSONALLY WALK |
26 |
TO YOUR TERMINAL AND BEAT IT WITH A SMELLY SNEAKER! By the way, read the |
27 |
README file. |
28 |
|
29 |
(2) COMPILING EGGDROP 1.9 |
30 |
|
31 |
The build process will be simplified at a later time. For now, the basic |
32 |
steps to compiling Eggdrop 1.9 are as follows. |
33 |
|
34 |
1. Install the following development tools on your system: |
35 |
autoconf 2.52 |
36 |
automake 1.5 |
37 |
libtool 1.4.2 |
38 |
|
39 |
2. Create the following symlinks in the Eggdrop 1.9 root directory: |
40 |
ln -s acconfig/mkinstalldirs ./ |
41 |
ln -s configure.ac configure.in |
42 |
|
43 |
3. Run './bootstrap'. |
44 |
|
45 |
4. Run './configure --prefix=<install path>'. |
46 |
|
47 |
5. Run 'make'. |
48 |
|
49 |
6. Run 'make install'. |
50 |
________________________________________________________________________ |
51 |
|
52 |
Copyright (C) 1997 Robey Pointer |
53 |
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Eggheads Development Team |