Programmieren: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
Roman (talk | contribs)
New page: Zusätzlich installieren: * automake * autoconf
 
Roman (talk | contribs)
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 14:29, 10 February 2007

Zusätzlich installieren:

  • automake
  • autoconf

GNU-Automake-Zyklus:

  • aclocal
  • autoconf
  • automake

Compile-Zyklus:

  • ./configure
  • make
  • make install