Compiling
You need Glib to compile this stuff.
Take the binary distribution or compile it
yourself (look into Run autogen.sh. I used automake 1.8.5, autoconf 2.59 and libtool 1.5.10. With earlier versions it may not work because some command line options aren't supported. Then use configure script as described below.
Just use configure && make.
Option ./configure --sysconfdir=/etc --enable-relocateble
then syslogd.exe and client will read their
configuration file from
You should have DocBook and DocBook Website installed in your system.
Go to xmlto html-nochunks syslog-win32.xml
Go to xsltproc --output autolayout.xml \ http://docbook.sourceforge.net/release/website/2.6/xsl/autolayout.xsl \ layout.xml xsltproc --stringparam output-root htdocs \ stylesheets/chunk-tabular.xsl \ autolayout.xml
At first, compile documentation in You should have cross compiler and Wine installed. Wine is required to run Inno Setup Compiler and the directory in which you are going to build should be accessible via some drive letter.
Assuming target triplet is i686-pc-mingw32,
iscc is in its default directory DISTFILES=distfiles \ ISCC=c:\\program\ files\\inno\ setup\ 5\\iscc.exe \ HOST=i686-pc-mingw32 \ ./build.sh
I've noticed that Msys has troubles running some native command-line applications. So you'll have to run Inno Setup by hand. DISTFILES=<path to the directory with packages> \ ./build.sh
| |