An open API service indexing awesome lists of open source software.

https://github.com/tobychui/gcci

gcc Compiler Simple User Interface
https://github.com/tobychui/gcci

Last synced: 3 months ago
JSON representation

gcc Compiler Simple User Interface

Awesome Lists containing this project

README

        

# gcci


The GCCI is a simple gcc.exe compiler user interface design for Windows 7 or above,
running with .NET framework 4.5


# Steps to compile with this UI


1. Install MinGW with all baisc modules included.

2. Select the default install path of the gcc.exe (Which is C:\MinGW )

3. Download the exe file under \GCCI\bin\Debug\GCCI.exe versions/[latest_version]/gcc_quick_compile.exe

4. Run the exe, click the button on the bottom right hand corner to select the gcc.exe path if you are not installing the MinGW in the default location.

5. Pull your C programs (.c) into the form windows to compile.

6. Find all the compiled exe files under the base dir of the GCCI.exe program.


#Update Version 2.1


GCCI now support NPPExec Direct Compile. Here is an example for the launching command:



npp_save

"$(CURRENT_DIRECTORY)\GCCI.exe" $(FULL_CURRENT_PATH)



The 1st variable is the location of your GCCI.exe, the 2nd variable is the path of the document you are currently editing.

You can copy the GCCI.exe to your working everytime you need it. Or set the 1st path to a static path for simple compile.

The compiled .exe will be output in the same directory of the GCCI.exe location.


#User Interface Preview

Debug Interface






Compile using Notepad ++ with NppExec Plugin