Changeset 1444 for feedmelinks/aim/README.txt
- Timestamp:
- 04/03/07 17:05:44 (2 years ago)
- Files:
-
- feedmelinks/aim/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/aim/README.txt
r1443 r1444 1 make sure you either 2 A. check out all of FML and run configure.sh OR 3 B. create a stub version of FeedMeLinks/Environment.pm to store your system config variables for the perl (aim username, passwd, etc) 1 Getting Started: 2 ==================================== 4 3 5 this bot uses a few libraries which are in FML/lib 6 make sure to add that directory to your perl libs in your shell, via: 4 1. this bot uses a few perl libraries : grab them via: svn export http://toolstomaketools.svnrepository.com/svn/codepot/feedmelinks/lib 7 5 8 export PERL5LIB=/path/to/your/FML/lib 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!