mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Merge README.cygwin in INSTALL.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4729 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
faebae7b64
commit
e85534acf2
19
INSTALL
19
INSTALL
@ -101,3 +101,22 @@ command. It should print something like:
|
|||||||
Module Type Submodules
|
Module Type Submodules
|
||||||
...
|
...
|
||||||
perl static core fe
|
perl static core fe
|
||||||
|
|
||||||
|
|
||||||
|
System specific notes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Cygwin
|
||||||
|
|
||||||
|
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
|
||||||
|
@ -25,7 +25,6 @@ EXTRA_DIST = \
|
|||||||
autogen.sh \
|
autogen.sh \
|
||||||
curses.m4 \
|
curses.m4 \
|
||||||
README \
|
README \
|
||||||
README.cygwin \
|
|
||||||
file2header.sh \
|
file2header.sh \
|
||||||
$(conf_DATA) \
|
$(conf_DATA) \
|
||||||
$(theme_DATA) \
|
$(theme_DATA) \
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user