Installation on OSX El Capitan
Posted: Monday 21 December 2015 9:16
Hi!
Im very new to Domoticz and would very much appriciate of someone could help me out with an installation of Domoticz on a OSX server.
I tried the following steps:
1. Download Xcode from the Mac App Store. When it’s download launch it.
2. Download and install MacPorts – you can find this by Googling it. We installed the version for Mac OS Mavericks
3. In Terminal run this command: sudo port selfupdate
4. In Terminal run: sudo port upgrade outdated
5. Run: sudo port install cmake
6. Run: sudo port install boost
7. Run: sudo port install libusb
8. Run: sudo port install libusb-compat
9: git clone https://github.com/domoticz/domoticz.git domoticz (installed under /Users/kristian/Library/domoticz/
10. Run: cd domoticz
11. Run: cmake CMakeLists.txt
At step 11 i get the following error:
Boost version: 1.59.0
Boost include path: /opt/local/include
Could not find the following static Boost libraries:
boost_thread
boost_date_time
How to proceed?
Thanks!
Im very new to Domoticz and would very much appriciate of someone could help me out with an installation of Domoticz on a OSX server.
I tried the following steps:
1. Download Xcode from the Mac App Store. When it’s download launch it.
2. Download and install MacPorts – you can find this by Googling it. We installed the version for Mac OS Mavericks
3. In Terminal run this command: sudo port selfupdate
4. In Terminal run: sudo port upgrade outdated
5. Run: sudo port install cmake
6. Run: sudo port install boost
7. Run: sudo port install libusb
8. Run: sudo port install libusb-compat
9: git clone https://github.com/domoticz/domoticz.git domoticz (installed under /Users/kristian/Library/domoticz/
10. Run: cd domoticz
11. Run: cmake CMakeLists.txt
At step 11 i get the following error:
Boost version: 1.59.0
Boost include path: /opt/local/include
Could not find the following static Boost libraries:
boost_thread
boost_date_time
How to proceed?
Thanks!