A good (i.e. easy but also 'cookbook' like) tutorial on using make (linux build tool)
Posted
by morpheous
on Stack Overflow
See other posts from Stack Overflow
or by morpheous
Published on 2010-05-17T08:40:14Z
Indexed on
2010/05/17
10:10 UTC
Read the original article
Hit count: 177
I am from a windows background (VC++), and moved to Linux (Ubuntu) about a year ago. I would like to be able to write simple make files to build the following types of binaries:
- A shared library
- An executable that links into third party libraries (static and shared libraries)
- Create an install section in my makefile (which can then be used my checkinstall)
© Stack Overflow or respective owner