Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- Dec 11, 2006, 9:01:43 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 1 1 = Welcome to [wiki:kBuild kBuild] = 2 2 3 TODO: brief description 3 [wiki:kBuild kBuild] is a build system for multi-platform projects. It aims at keeping makefiles simple and move all complex stuff to the configuration files. 4 4 5 [wiki:kBuild kBuild] does not provide any facilities for checking compiler/library/header configurations, that's not in its scope. If this is important for your project, check out the GNU build system. 5 6 6 7 == [wiki:kBuild kBuild] Wiki Pages == … … 10 11 * [wiki:Building Building] kBuild. 11 12 * [wiki:Bootstrapping Bootstrapping] kBuild on a new OS or architecture. 13 * [wiki:KnownProblems Known Problems] 12 14 13 15 == Starting Points ==