-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.old
35 lines (23 loc) · 919 Bytes
/
README.old
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Readme - The Methabot Project
Thank you for downloading Methabot. If got your copy from git
or the subversion repository, don't forget to invoke autogen.sh
from the command line before attempting to configure and install
this package.
To compile and install Methabot, invoke the following three
commands:
$ ./configure
$ make
$ make install
Note that you might need root privileges for the last command
to work, depending on where you are installing.
To get help, support or find tutorials and how-to guides,
please visit the project's website at:
http://bithack.se/projects/methabot/
For Methanol-related issues, have a look at:
http://metha-sys.org/
Developers
Compile Methabot/libmetha for debugging by enabling the debug
configre-time option.
$ ./configure --enable-debug
The above command will enable debugging output and turn off
compiler optimizations.