Articles (edit)VIM (edit)SkinRSS Feeds
|
Articles /
How to compile XML/AdaThe following chapter describes how to compile XML/Ada (http://libre.act-europe.fr/xmlada). Get the libIf you have wget installed then you could try: mkdir /work/ada cd /work/ada wget http://libre.act-europe.fr/xmlada/XmlAda-1.0.tgz tar --extract --gzip --file=xmlada/XmlAda-1.0.tgz Otherwise just use your favourite browser and download from the XML/Ada side (http://libre.act-europe.fr/xmlada). ConfigureNothing special: configure --prefix=/opt/ada CompileDelete ADA_INCLUDE_PATH and ADA_OBJECT_PATH because the Compile will fail if an older version is found. ADA_INCLUDE_PATH= ADA_OBJECTS_PATH= make InstallSet ADA_INCLUDE_PATH and ADA_OBJECT_PATH to the library's destination path. make install declare -x ADA_INCLUDE_PATH=/opt/ada/include/xmlada declare -x ADA_OBJECTS_PATH=/opt/ada/include/xmlada © 2005,2006 Martin Krischik, Content is available under GNU Free Documentation License. |