libevent is NOT needed at all (nor is it supported)
This commit is contained in:
parent
c8bc2f64fd
commit
11df912162
|
@ -8,19 +8,13 @@ Prerequisites
|
||||||
Before you try to compile µHub, please make sure the following prerequisites are met.
|
Before you try to compile µHub, please make sure the following prerequisites are met.
|
||||||
* GNU make
|
* GNU make
|
||||||
* gcc > 3.0 (or MinGW on Windows)
|
* gcc > 3.0 (or MinGW on Windows)
|
||||||
* libevent >= 1.3 ( not require on Linux)
|
|
||||||
* Perl 5
|
* Perl 5
|
||||||
|
|
||||||
Linux and Mac OSX
|
Linux, Mac OSX, FreeBSD, NetBSD and OpenBSD
|
||||||
-----------------
|
-------------------------------------------
|
||||||
Simply, run:
|
Simply, run:
|
||||||
% make
|
% make
|
||||||
|
|
||||||
FreeBSD, NetBSD and OpenBSD
|
|
||||||
---------------------------
|
|
||||||
Use GNU make, not BSD make:
|
|
||||||
% gmake
|
|
||||||
|
|
||||||
If you have an old gcc compiler, try disabling pre-compiled headers like this:
|
If you have an old gcc compiler, try disabling pre-compiled headers like this:
|
||||||
gmake USE_PCH=NO
|
gmake USE_PCH=NO
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,7 @@ LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+ssl"
|
IUSE="+ssl"
|
||||||
|
|
||||||
DEPEND=">=dev-libs/libevent-1.3
|
DEPEND="=dev-lang/perl-5*
|
||||||
=dev-lang/perl-5*
|
|
||||||
ssl? ( >=dev-libs/openssl-0.9.8 )
|
ssl? ( >=dev-libs/openssl-0.9.8 )
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
Loading…
Reference in New Issue