Changes between Initial Version and Version 1 of Guides/Building/TelldusCore


Ignore:
Timestamp:
Nov 2, 2012, 12:05:35 PM (12 years ago)
Author:
Micke Prag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Guides/Building/TelldusCore

    v1 v1  
     1This 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 ==
     6In order to build the software under OS X some softwares is required. You need at least the following:
     7
     8Xcode.
     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
     16Get the latest source code from Telldus using git:
     17{{{
     18#!sh
     19git clone http://git.telldus.com/telldus.git
     20}}}
     21
     22Go to the telldus-core directory
     23{{{
     24#!sh
     25cd telldus/telldus-core
     26}}}