Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

dev tools

Cheolmin Jo edited this page May 13, 2013 · 3 revisions

IDE

Eclipse It is my favorite IDE, and it is very handy.


Build

Make It is the base building script. But, I don't use the tools like "binutils", "autoconf", and so on.

ANT Its properties can be composed compatible with "Make". And, it can be used on any OS by Java VM.


for Windows

MinGW-w64 It can compile both 32-bit and 64-bit binaries for Windows OS.

UnxUtils The shell commans of Windows is different from Unix/Linux. So, it will support the build process.

Clone this wiki locally