Download
Converter
Requirements
- The Pablo SDDF software is
required.
Download and build procedure
- Download the SDDF
to SDDF/XML Converter package.
- To install the XML Converter, unpack the XMLConverter package in your Pablo source
directory (the converter uses Pablo libraries and GNU make) and make the package by
issuing the commands:
#gunzip xmlconverter-latest.tar.gz | tar xvf
# cd Converter
# ./configure
# setenv SDDF PabloDir
# gmake
(PabloDir is the directory containing the bin, include and lib directories of Pablo SDDF software)
Prepackaged Binaries
- Prepackage Binaries exist for the following platforms and may be
downloaded
SGI
Irix 6.5 compiled using CC -n32
SGI
Irix 6.5 compiled using CC -64
Solaris
SunOS 5.7 using CC
SDDF/XML to Database
Requirements
- An installation of PostgreSQL database.
- A JDBC jar driver which is included in the CLASSPATH environment variable (see
database documentation). If it's not in the CLASSPATH environment variable, you
can issue the following commands (assuming the jar driver is located at /usr/local/lib/postgresql.jar):
- A database called pablo created by user pablo (see database documentation
for more information on database users).
Download and build procedure
- Download the SDDF/XML to
database package.
- To install the SDDF/XML to database program, unpack and build the package by issuing the
commands:
#gunzip sddf_xml_database-latest.tar.gz | tar xvf
# cd SDDF_XML_Database
# make