X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2FREADME.cygwin;fp=apps%2Firssi%2FREADME.cygwin;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=60409e5c4e25dbf450ee57e13cb90d453baee531;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/README.cygwin b/apps/irssi/README.cygwin deleted file mode 100644 index 60409e5c..00000000 --- a/apps/irssi/README.cygwin +++ /dev/null @@ -1,12 +0,0 @@ -Getting perl scripting to work needs a few things: - - - configure with --with-perl-staticlib - - - libperl.dll is required in linking and running irssi, it's normally - located somewhere around /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.dll - copy it to eg. /usr/bin/libperl.dll - - - -DUSEIMPORTLIB is needed to be defined while compiling src/perl directory. - It doesn't hurt to be defined everywhere, so configure irssi with: - - CFLAGS='-DUSEIMPORTLIB' ./configure --with-perl-staticlib