Changes between Version 32 and Version 33 of TesterDocumentation


Ignore:
Timestamp:
04/14/16 05:30:35 (8 years ago)
Author:
Jens
Comment:

Describe building on MacOS X with homebrew

Legend:

Unmodified
Added
Removed
Modified
  • TesterDocumentation

    v32 v33  
    5757}}}
    5858
     59=== Building on MacOS X with homebrew ===
     60
     61Homebrew does not install the openssl libraries in the standard paths. If you get errors like `Undefined symbols for architecture x86_64:  "_SSL_CTX_get0_certificate" ...`, you need to pass `CPPFLAGS`/`LDFLAGS` (the correct values are shown by `brew info openssl`).
     62
     63 {{{
     64 make [-j <num CPU cores + 1>]  CPPFLAGS=-I/usr/local/opt/openssl/include LDFLAGS=-L/usr/local/opt/openssl/lib
     65 }}}
     66
    5967= TAP-driver debugging =
    6068