1. Autotools
Mentor |
|
Course Materials |
|
IRC |
irc.gimp.net #gnome-university |
This course will cover how to manage a C-based project using automake, autoconf, and associated technologies. Students will create a basic project containing a program, shared library, unit tests, and documentation. Release management of your project will also be covered.
Students will work through the following chapters and perform the exercises. Questions may be asked of the mentor as well as the community on IRC.
1.1. Topics
Feel free to add topics. These need to be organized into chapters.
- Organising the files in an Autotool-ish layout
- Autotools basics
- Makefile.am
- configure.ac
- Adding different tasks for different projects
- Binaries
- Translations
- Shared libraries
- GTK-Doc (e.g. for the libs)
- Help files
- GObject introspection (again, for the libs)
- Vala API
- Tests
1.2. Chapter 1
1.3. Chapter 2
1.4. Chapter 3
1.5. Chapter 4
1.6. Chapter 5
1.7. Chapter 6
1.8. Chapter 7
1.9. Chapter 8
1.10. Chapter 9