Translations:Development/Tutorials/First program/30/nl

From KDE TechBase
Revision as of 09:09, 9 September 2012 by Willem1 (talk | contribs) (Created page with "Je kunt CMake en make handmatig aanroepen: <syntaxhighlight lang="bash"> cmake . && make && make install </syntaxhighlight> Of je kunt &mash; als je systeem is opgezet zoals b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Je kunt CMake en make handmatig aanroepen:

cmake . && make && make install

Of je kunt &mash; als je systeem is opgezet zoals beschreven in Getting_Started/Build/Environment &mash; de code compileren met:

cmakekde