Cpp2go is a tool of converting C and C++ source to Google Golang.
cpp2go [options] [path or source code files]
Any C++ compiler should work.
To build the GUI, you need Qt.
When building the command line tool, PCRE is normally used. PCRE is optional.
There are multiple compilation choices:
- qmake - cross platform build tool
- Windows: Visual Studio or Qt Creator or MinGW
- gnu make
- g++
Use the cpp2go.sln file.