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.
|
||||
* GNU make
|
||||
* gcc > 3.0 (or MinGW on Windows)
|
||||
* libevent >= 1.3 ( not require on Linux)
|
||||
* Perl 5
|
||||
|
||||
Linux and Mac OSX
|
||||
-----------------
|
||||
Linux, Mac OSX, FreeBSD, NetBSD and OpenBSD
|
||||
-------------------------------------------
|
||||
Simply, run:
|
||||
% 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:
|
||||
gmake USE_PCH=NO
|
||||
|
||||
|
|
|
@ -22,8 +22,7 @@ LICENSE="GPL-3"
|
|||
SLOT="0"
|
||||
IUSE="+ssl"
|
||||
|
||||
DEPEND=">=dev-libs/libevent-1.3
|
||||
=dev-lang/perl-5*
|
||||
DEPEND="=dev-lang/perl-5*
|
||||
ssl? ( >=dev-libs/openssl-0.9.8 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
Loading…
Reference in New Issue