Programmieren: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
* make
* make
* make install
* make install
Allgemeines:
* Source-Files und Linker-Flags in Makefile.am definieren

Revision as of 15:31, 10 February 2007

Zusätzlich installieren:

  • automake
  • autoconf

GNU-Automake-Zyklus:

  • aclocal
  • autoconf
  • automake

Compile-Zyklus:

  • ./configure
  • make
  • make install

Allgemeines:

  • Source-Files und Linker-Flags in Makefile.am definieren