Software-Building-HOWTO
秋雪夜雨寒
这个作者很懒,什么都没留下…
展开
-
Software-Building-HOWTO_1
refer to:http://www.tldp.org/HOWTO/Software-Building-HOWTO-1.html 1. Introduction Many software packages for the various flavors of UNIX and Linux come as compressed archives of source files.转载 2016-03-04 14:37:02 · 468 阅读 · 0 评论 -
Software-Building-HOWTO_2
2. Unpacking the Files You have downloaded or otherwise acquired a software package. Most likely it is archived (tarred) and compressed (gzipped), in .tar.gz or .tgz form (familiarly known as a "ta转载 2016-03-04 14:39:23 · 369 阅读 · 0 评论 -
Software-Building-HOWTO_3
3. Using Make The Makefile is the key to the build process. In its simplest form, a Makefile is a script for compiling or building the "binaries", the executable portions of a package. The Makefile转载 2016-03-04 14:40:30 · 317 阅读 · 0 评论