X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL;h=9729d65a857259dc4b7a29fad9295b2ce71e1d8f;hb=0b8cc0cae8719a4a06ee34ec6bd99f911efc1d9c;hp=12f1b3ea1acd5647f07a77d1dc64ac56435ffa99;hpb=47cae94db3714799a1924997a6739f70b8cf1ad5;p=infobot.git diff --git a/INSTALL b/INSTALL index 12f1b3e..9729d65 100644 --- a/INSTALL +++ b/INSTALL @@ -40,28 +40,6 @@ Finally, start your bot by changing to the base dir and type: - ------------- - -- Patches -- - ------------- - -- apply *.patch patches inside patches/ - - cd /usr/lib/perl5/WWW/Search - - patch -p0 < WWW::Search::Google.patch - -- alternatively, move the files from patches/ - - mv patches/Google.pm /usr/lib/perl5/WWW/Search/ - - -Net::IRC DCC CHAT ------------------ -Unfortunately, Net::IRC 0.70 has buggy code that does not detect DCC CHAT -properly. to patch: - - cd /usr/share/perl5/Net/IRC/ - - cat ~bot/patches/Net_IRC_Connection_pm.patch | patch -p0 - - - - ---------------- -- PostgreSQL -- ----------------