mirror of
https://github.com/Fishwaldo/libzwaveip.git
synced 2025-03-15 11:21:34 +00:00
update ReadMe
This commit is contained in:
parent
8dfdf75d70
commit
0f8552aa80
2 changed files with 16 additions and 16 deletions
16
README-OSX.md
Normal file
16
README-OSX.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
Build instructions for OSX
|
||||
--------------------------
|
||||
Builds on OSX have been tested with brew packages.
|
||||
|
||||
To Compile, make sure you have the necessary packages installed:
|
||||
```bash
|
||||
$ brew install cmake openssl doxygen
|
||||
$ git clone https://github.com/Z-WavePublic/libzwaveip.git
|
||||
$ cd libzwaveip
|
||||
$ mkdir build
|
||||
$ cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib/ ..
|
||||
$ make
|
||||
```
|
||||
|
||||
You need to supply the path to the copy of openssl installed with brew, as the default openssl library on OSX is not compatible.
|
||||
|
16
README.md
16
README.md
|
@ -36,19 +36,3 @@ To test the reference_client, make sure the zipgateway is running and connect to
|
|||
See section "Working with the Reference Z/IP client" in [this guide](http://zwavepublic.com/developer)
|
||||
for instructions on using the reference_client.
|
||||
|
||||
Build instructions for OSX
|
||||
--------------------------
|
||||
Builds on OSX have been tested with brew packages.
|
||||
|
||||
To Compile, make sure you have the necessary packages installed:
|
||||
```bash
|
||||
$ brew install cmake openssl doxygen
|
||||
$ git clone https://github.com/Z-WavePublic/libzwaveip.git
|
||||
$ cd libzwaveip
|
||||
$ mkdir build
|
||||
$ cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib/ ..
|
||||
$ make
|
||||
```
|
||||
|
||||
You need to supply the path to the copy of openssl installed with brew, as the default openssl library on OSX is not compatible.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue