[Refdb-users] compiling (or, is this right?)
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mar...@mh...> - 2003-03-11 20:47:53
|
Hi Bruce, Bruce D'Arcus writes: > > OK, got libdbi compiled on OS X, and am now going to try RefDB. I am > really uneasy with the commandline though. Does this command look > right? > > ./configure --with-docbook-xsl=/opt/local/share/xsl/docbook-xsl > --with-classpath-root=/Applications/Utilities/Java/saxon/saxon.jar > --build=powerpc-apple-darwin6.4 LDFLAGS="-L/sw/lib" > CPPFLAGS="-I/sw/include" > You should use: --with-classpath-root=/Applications/Utilities/Java/saxon as classpath-root denotes a directory containing jars, not a single jar. > I am unsure of the significance of the following, however, though I > sense it might be important to specify. If yes, how? > > --with-xml-declaration=PATH Use this file as XML declaration > As of 0.9.2, RefDB uses its own copies of the DocBook SGML declaration docbook.dcl and of the XML-compliant SGML declaration xml.dcl. Use the --with-xml-declaration and --with-sgml-declaration options only if you have a good reason not to use these default declarations and want to specify different files. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |