Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > bd7663e07f870a67435bd4e845c41e0a > files > 160

bakefile-0.2.8-5.fc14.x86_64.rpm



 Requirements
--------------

Python >= 2.3.0, including builtin XML modules. It is highly recommended to
install libxml2-python as well, but it is not required.  (In Debian 3.0, these
are in python2.3, python2.3-dev, python2.3-xmlbase and
libxml2-python2.3 packages.)


 Building Bakefile
-------------------

On Unix or in Unix-like environment, do ./configure && make && make install.
Requirements: installed Python (including headers).

On Windows, either download installer package or compile it by running
nmake -f makefile.vc. You will need Python installed in directory
specified at the beginning of makefile.vc and the same Visual C++ version that
was used to build Python (VC7 for 2.4+, VC6 for 2.3).  Note that makefile.vc
builds bakefile.exe and bakefile_gen.exe binaries that work only if you have
Python installed in the same directory where they are!


 Building from Subversion repository
-------------------------------------

(Note: this does _not_ apply to downloaded tarballs, only to code fetched
from SourceForge Subversion repository.)
Run bootstrap script and then proceed as when building from tarball. In order
to run bootstrap successfully, you need the following packages: SWIG 1.3.x
(http://www.swig.org), Automake >= 1.6, Autoconf >= 2.53, libtool, libxslt
(including xsltproc program) and DocBook XSL stylesheets (last two are needed
only to build HTML documentation).
On Windows, you need SWIG to build Bakefile from Subversion sources.