Show
Ignore:
Timestamp:
04/03/07 17:05:44 (2 years ago)
Author:
jm3
Message:

notes

Files:

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) 
     1Getting Started: 
     2==================================== 
    43 
    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: 
     41. this bot uses a few perl libraries : grab them via: svn export http://toolstomaketools.svnrepository.com/svn/codepot/feedmelinks/lib 
    75 
    8         export PERL5LIB=/path/to/your/FML/lib 
     62. add that directory to your perl libs in your shell, via: 
     7                export PERL5LIB=/path/to/your/FML/lib 
     8 
     93. 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 
     13yay!