Programmieren: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
(New page: Zusätzlich installieren: * automake * autoconf)
 
No edit summary
Line 3: Line 3:
* automake
* automake
* autoconf
* autoconf
GNU-Automake-Zyklus:
* aclocal
* autoconf
* automake
Compile-Zyklus:
* ./configure
* make
* make install

Revision as of 15:29, 10 February 2007

Zusätzlich installieren:

  • automake
  • autoconf

GNU-Automake-Zyklus:

  • aclocal
  • autoconf
  • automake

Compile-Zyklus:

  • ./configure
  • make
  • make install