mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 04:51:11 -05:00
continue head
This commit is contained in:
parent
b837751b2d
commit
4af3a4731e
3
INSTALL
3
INSTALL
@ -11,7 +11,8 @@ To compile irssi you need:
|
|||||||
|
|
||||||
For most people, this should work just fine:
|
For most people, this should work just fine:
|
||||||
|
|
||||||
./configure
|
./autogen.sh (for people who just cloned the repository)
|
||||||
|
./configure (if this script already exists, skip ./autogen.sh)
|
||||||
make
|
make
|
||||||
su
|
su
|
||||||
make install (not _really_ required except for perl support)
|
make install (not _really_ required except for perl support)
|
||||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
v0.8.18-beta2 2016-01-13 The Irssi team <staff@irssi.org>
|
v0.8.18-head 2016-xx-xx The Irssi team <staff@irssi.org>
|
||||||
* Modules will now require to define a
|
* Modules will now require to define a
|
||||||
void MODULENAME ## _abicheck(int *version)
|
void MODULENAME ## _abicheck(int *version)
|
||||||
method to ensure that they are compiled against the correct Irssi
|
method to ensure that they are compiled against the correct Irssi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT(irssi, 0.8.18-beta2)
|
AC_INIT(irssi, 0.8.18-head)
|
||||||
AC_CONFIG_SRCDIR([src])
|
AC_CONFIG_SRCDIR([src])
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user