| | 3 | |
|---|
| | 4 | Building tips |
|---|
| | 5 | ============= |
|---|
| | 6 | You can set the CFLAGS="-DDEVEL" environment variable to enable a debug build. |
|---|
| | 7 | |
|---|
| | 8 | For building from repository source code, you simply do something like this: |
|---|
| | 9 | |
|---|
| | 10 | ./autogen.sh --prefix=/opt/tinymail |
|---|
| | 11 | make |
|---|
| | 12 | make install |
|---|
| | 13 | |
|---|
| | 14 | You can use --enable-gtk-doc to build API documentation in docs/devel/reference |
|---|
| | 15 | You can use --enable-gnome=no/yes to disable or enable some GNOME features. |
|---|
| | 16 | You can use --with-html-component=COMPONENT to select which HTML component to |
|---|
| | 17 | use. There's also the option "none" to build no HTML component. |
|---|
| | 18 | |
|---|
| | 19 | Packager tips |
|---|
| | 20 | ============= |
|---|
| | 21 | You can use make dist, make distcheck and make distclean for distribution |
|---|
| | 22 | building and package preparations. You can of course use --prefix and all other |
|---|
| | 23 | typical autotools settings and configuration flags. |
|---|