====== GNU Development Tools ====== You can install many of the GNU development tools on MINIX by using [[.:installingbinarypackages|pkgin]] or [[.:installingsourcepackages|pkgsrc]]. They have more packages than mentioned below. ===== GCC (GNU Compiler Collection) ===== [[http://gcc.gnu.org/|GCC]] is available in both source code (pkgsrc) and ready-to-install (pkgin) forms. ===== Other Development Tools ===== The supporting tools, [[http://www.gnu.org/software/binutils/|Binutils]], are already installed since they are required by the system compiler (clang/llvm). You can also install the following tools. They are useful if you plan on building third-party programs originating from the Linux world: * autoconf * automake * gmake, GNU make * (GNU) m4 * gawk, GNU awk * bison * gettext * gtexinfo * gdb * bash