1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

README update configure advice for apple

Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
Andy Green 2011-02-16 18:50:01 +00:00
parent 1f9bf527ec
commit 8c4041591e

View file

@ -4,11 +4,15 @@ Using test-server as a quickstart
For a Fedora x86_86 box, the following config line was
needed:
./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
For Apple systems, in addition to whatever other typical
configure magic you need, you will also need --enable-nofork and
it seems don't enable openssl.
otherwise if /usr/local/... and /usr/local/lib are OK then...
$ ./configure --enable-openssl
$ ./configure
$ make clean
$ make
$ sudo make install