sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 0c0974c8177d29d910df5b9f0b2732848b9399b1
parent dc6c219257f284c868d17479c2d9c9a7f31a2afa
Author: rofl0r <retnyg@gmx.net>
Date:   Sat, 16 Jun 2018 17:19:14 +0100

sucks: expand on CMake

Diffstat:
Msuckless.org/sucks/index.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md @@ -51,6 +51,9 @@ Build Systems than compiling GCC (!). It's not even possible to create freestanding Makefiles, since the generated Makefiles call back into the cmake binary itself. + Usage of cmake requires learning a new custom scripting language with very + limited expressiveness. Its major selling point is the existence of a + clicky-click GUI for windows users. * [waf][14] and [scons][15] (both written in Python) - waf code is dropped into the compilee's build tree, so it does not benefit from updated versions