root/current/host/trunk/empath/trunk/README

Revision 920, 1.0 kB (checked in by codehelp, 22 months ago)

enabling compiler warnings

Line 
1                EMPATH README
2                =============
3
4Purpose: To devise a path to cross-build package set B from
5        an existing package installation set A.
6
7Building:
8The previous hack is no longer needed, just run:
9./autogen.sh
10./configure --enable-compile-warnings --enable-error-on-warning
11make
12svn-buildpackage -uc -us -rfakeroot
13
14Don't forget to update the manpage:
15xsltproc -''-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
19ToDo: Lots and LOTS!
20 This isn't even a prototype right now, more of a test of the concept.
21
22Certain packages have to be present on the build system that are NOT
23required on the target system, these are "assumed" by empath currently.
24When finished, empath will depend on these packages to ensure that these
25are available. The list is being fine-tuned, see the src/empath.cc source
26for the current list, but the basis of the list is:
27cdbs, debhelper, automake1.9, autoconf, libtool, glibc, gettext, bison,
28mawk, dpatch and quilt.
Note: See TracBrowser for help on using the browser.