| 1 | This guide describes how to build TelldusCenter from source. This guide is only if you want to help out and develop new functions in TelldusCenter. |
| 2 | |
| 3 | ''This guide is only a stub, please help us by expanding it.'' |
| 4 | |
| 5 | == Mac OS X == |
| 6 | In order to build the software under OS X some softwares is required. You need at least the following: |
| 7 | |
| 8 | Xcode. |
| 9 | Download this from http://developer.apple.com or the Mac App Store |
| 10 | [http://www.cmake.org/cmake/resources/software.html CMake] |
| 11 | Qt (>=4.7.4) |
| 12 | We build the Qt from source using the following configure[[BR]] |
| 13 | {{{./configure -arch "x86 x86_64" -openssl-linked -no-webkit -no-xmlpatterns}}} |
| 14 | [http://www.ftdichip.com/Drivers/D2XX.htm libfd2xx] |