|
Revision 920, 1.0 kB
(checked in by codehelp, 22 months ago)
|
|
enabling compiler warnings
|
| Line | |
|---|
| 1 | EMPATH README |
|---|
| 2 | ============= |
|---|
| 3 | |
|---|
| 4 | Purpose: To devise a path to cross-build package set B from |
|---|
| 5 | an existing package installation set A. |
|---|
| 6 | |
|---|
| 7 | Building: |
|---|
| 8 | The previous hack is no longer needed, just run: |
|---|
| 9 | ./autogen.sh |
|---|
| 10 | ./configure --enable-compile-warnings --enable-error-on-warning |
|---|
| 11 | make |
|---|
| 12 | svn-buildpackage -uc -us -rfakeroot |
|---|
| 13 | |
|---|
| 14 | Don't forget to update the manpage: |
|---|
| 15 | xsltproc -''-nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl empath.1.xml |
|---|
| 16 | |
|---|
| 17 | (this prevents a build dependency on xsltproc and docbook-xsl). |
|---|
| 18 | |
|---|
| 19 | ToDo: Lots and LOTS! |
|---|
| 20 | This isn't even a prototype right now, more of a test of the concept. |
|---|
| 21 | |
|---|
| 22 | Certain packages have to be present on the build system that are NOT |
|---|
| 23 | required on the target system, these are "assumed" by empath currently. |
|---|
| 24 | When finished, empath will depend on these packages to ensure that these |
|---|
| 25 | are available. The list is being fine-tuned, see the src/empath.cc source |
|---|
| 26 | for the current list, but the basis of the list is: |
|---|
| 27 | cdbs, debhelper, automake1.9, autoconf, libtool, glibc, gettext, bison, |
|---|
| 28 | mawk, dpatch and quilt. |
|---|