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:
parent
1f9bf527ec
commit
8c4041591e
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue