C-Free - A Professional Excellent C/C++ IDE |
Configure Ch |
After installing of Ch. In order to use it in C-Free, we need to do some simple configurations for this compiler. Start C-Free, go to "Build" menu, and choose "Build Options" item, the "Build Options" dialog appears.
Click the ">" button, in the popup menu select "New Configuration..." item. The "New Configuration" dialog appears.
We select Builder Type as "Ch Interpreter", and input Configuration Name "ch". Of course, you can select any name that you want. After "OK", the "Compiler Location" dialog appears.
C-Free can detect your installation of Ch as you see from the dialog above. If your installation of Ch can not be found by C-Free, please use the "Locate Manually" command to locate the Ch manually. After clicking OK, all Ch paths will be added automatically.
After clicking "OK", Ch has been configured ok in C-Free. Through the steps above, we created a Global Build Configuration named "ch". We can use this configuration to build file or project.
|