Differences between revisions 1 and 2
Revision 1 as of 2007-08-21 19:21:28
Size: 539
Editor: MiriamRuiz
Comment:
Revision 2 as of 2007-08-21 19:38:22
Size: 599
Editor: MiriamRuiz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
  1. What's a package.   1. [wiki:/English/Courses/MaintainingPackages/Packages/WhatIs What's a package].
  1. Introduction.
    1. Compiling a program from source.
      1. Binaries and sources. Compilation.
      2. Compiling and linking with gcc.
      3. Building with a Makefile.
      4. Building with Autotools.
    2. Creating our own Makefile.
      1. How a Makefile works.
      2. Creating a simple Makefile.
      3. Variables in a Makefile.
    3. Autotools.
  2. Packages.
    1. [wiki:/English/Courses/MaintainingPackages/Packages/WhatIs What's a package].
    2. How to handle a package.
    3. Source of a package.
    4. Compiling a package from source.
  3. Creating a package.
  4. Maintaining a package.