| 1 | This guide describes how to build TelldusCore from source. This guide is only if you want to help out and develop new functions in TelldusCore. |
| 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 | |
| 12 | [http://www.ftdichip.com/Drivers/D2XX.htm libfd2xx] |
| 13 | |
| 14 | == Getting the code == |
| 15 | |
| 16 | Get the latest source code from Telldus using git: |
| 17 | {{{ |
| 18 | #!sh |
| 19 | git clone http://git.telldus.com/telldus.git |
| 20 | }}} |
| 21 | |
| 22 | Go to the telldus-core directory |
| 23 | {{{ |
| 24 | #!sh |
| 25 | cd telldus/telldus-core |
| 26 | }}} |