Configure script: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/fix maintenance tags
Cjcollier (talk | contribs)
No edit summary
Line 7:
 
<code>./configure && make && make install </code>
 
note: configure relies on the .pc files being present and as such requires that you apt-get the -dev or -devel packages for libraries that are split
 
=== Free Software that uses [[Configure (computing)|configure]] ===
Line 26 ⟶ 24:
 
* [[NcFTPD]] {{Fact|date=March 2007}}
 
=== Dependency Checking ===
In new development, library dependency checking has been done in great part using [[pkg-config]] via the [[M4_(computer_language)|m4]] macro, PKG_CHECK_MODULES. Prior to pkg-config's popularity, separate m4 macros were created to locate files known to be included in the distribution of libraries depended upon.
 
{{compu-prog-stub}}