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


Ignore:
Timestamp:
Jan 27, 2012, 11:10:17 AM (12 years ago)
Author:
Micke Prag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Guides/Building/TelldusCenter

    v1 v1  
     1This 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 ==
     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]
     11Qt (>=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]