In the simple example considered above (see example with gcc and example with VC++) there were just a few commands to execute. A real project may contain much more files and libraries. A conventional way to automate build is to use make that reads the description in makefile and then executes the command accordingly. Let […]
Posts Tagged ‘make’
March 24, 2008 by Evgenii Rudnyi · Comments Off on Using GNU Make to Automate the Build
Filed under: Tools
Social Tagging: gcc • make • msvc
Filed under: Tools
Social Tagging: gcc • make • msvc
March 2, 2008 by Evgenii Rudnyi · Comments Off on How to Install Cygwin 1.5
Filed under: Tools
Social Tagging: Cygwin • gcc • make
Filed under: Tools
Social Tagging: Cygwin • gcc • make
Cygwin (http://www.cygwin.com/) is software that allows us to bring Unix flavor to Windows. This is a step-by-step tutorial on how to install Cygwin along with gcc and make. Provided that the number of packages to install is close to described below, it will be necessary to download about 35 Mb of files from Internet. The […]
RSS