Changes between Version 1 and Version 2 of OWBuild

Show
Ignore:
Timestamp:
04/24/08 22:15:35 (2 years ago)
Author:
vadim (IP: 82.232.34.54)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OWBuild

    v1 v2  
    55OWBuild is a build system based on [http://cmake.org/ CMake] (you need the last stable version: [http://cmake.org/HTML/Download.html >= 2.4.4]). 
    66OWBuild is not a fork of CMake, it is simply a set of macros for CMake that simplifies C/C++ CMake scripts writing.[[BR]] 
    7 Here the svn checkout url: [http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/owbuild/trunk/owbuild https://dev.openwengo.com/svn/openwengo/owbuild/trunk/owbuild][[BR]] 
    87OWBuild is under BSD license, check [http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/owbuild/trunk/owbuild/owbuild/COPYING COPYING file] 
    98 
     
    133132== History == 
    134133 
    135 WengoPhone started using [http://doc.trolltech.com/3.3/qmake-manual.html QMake], QMake is a very nice tool but not powerful enough. 
     134QuteCom started using [http://doc.trolltech.com/3.3/qmake-manual.html QMake], QMake is a very nice tool but not powerful enough. 
    136135So we switched to [http://www.scons.org/ SCons] but it provides quite a low level API thus we decided to factorize code inside [wiki:WengoSconsNg WengoSCons]. We faced the same problem than KDE with SCons: [http://blog.openwengo.org/index.php?/archives/15-SCons,-the-ultimate-build-system.html not very scallable, too slow]. We finally decided to use [http://cmake.org/ CMake] like the [http://dot.kde.org/1151688350/ KDE project]. 
    137136