|
Revision 1444, 0.6 kB
(checked in by jm3, 2 years ago)
|
notes
|
| Line | |
|---|
| 1 |
Getting Started: |
|---|
| 2 |
==================================== |
|---|
| 3 |
|
|---|
| 4 |
1. this bot uses a few perl libraries : grab them via: svn export http://toolstomaketools.svnrepository.com/svn/codepot/feedmelinks/lib |
|---|
| 5 |
|
|---|
| 6 |
2. add that directory to your perl libs in your shell, via: |
|---|
| 7 |
export PERL5LIB=/path/to/your/FML/lib |
|---|
| 8 |
|
|---|
| 9 |
3. to configure your bot (system paths plus your bot's aim username, passwd, etc), make sure you either: |
|---|
| 10 |
A. check out all of FML and run configure.sh OR |
|---|
| 11 |
B. edit the stub file Environment-stub-for-aim-client.pm and move/rename it to lib/FeedMeLinks/Environment.pm |
|---|
| 12 |
|
|---|
| 13 |
yay! |
|---|