Skip to content

Getting started

Maeiky edited this page Dec 11, 2019 · 15 revisions

First to build some C~, you need the Cwc compiler.

Just clone the last Cwc version or grab a Stable release

Note: We suggest to put it somewhere with a path that was not too long, with no 'white space' and that have enough disk space available to extract the Toolchains.

On the first use of Cwc.exe, it will associate "make files" (all the files with extention .cwMake).

You can also perform the file association in the "Config" menu:

These files type are used to build a project, usually executing a cwMake file will build your final binary, without hassle, getting and configuring the required ToolChain and Libs for you.

Now you can try some C++ projects using Cwc here

Cwc is a generic tool for multiple language. On the other hand, C~ require is Standard Lib GZE which also include the language compiler. But don't worry, Cwc manage all of this for you.

Try some C~ projects using Cwc here



Clone this wiki locally