Changes between Version 1 and Version 2 of OWBuild
- Timestamp:
- Apr 24, 2008 10:15:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OWBuild
v1 v2 5 5 OWBuild 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]). 6 6 OWBuild 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]]8 7 OWBuild is under BSD license, check [http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/owbuild/trunk/owbuild/owbuild/COPYING COPYING file] 9 8 … … 133 132 == History == 134 133 135 WengoPhonestarted using [http://doc.trolltech.com/3.3/qmake-manual.html QMake], QMake is a very nice tool but not powerful enough.134 QuteCom started using [http://doc.trolltech.com/3.3/qmake-manual.html QMake], QMake is a very nice tool but not powerful enough. 136 135 So 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]. 137 136
