padres-vX directory (where X is the version number) inside the directory where you downloaded the PADRES package.
install.sh script found in the newly created directory to install PADRES. padres directory inside the installation directory and install the binaries, scripts, libraries, and configuration files there. By default, the installation directory is /usr/local/, and therefore you have to run the script with the administrator privilege or change the installation directory (see below.)
-d option as:$ ./install.sh [-d <install_dir>]
padres-vX directory itself as the installation directory (without using the install script at all.)
JAVA_HOME environment variable is set.
PADRES_HOME with the absolute path of the padres directory. $ export PADRES_HOME=<padres_directory>Change the value of the
<padres_directory> accordingly. It will be /usr/local/padres/, if you use the default installation directory.
$PADRES_HOME/bin/ to your PATH variable. $ export PATH="$PATH:$PADRES_HOME/bin"
~/.bashrc file to avoid setting the variables every time you reboot your system.
$JAVA_HOME/jre/lib/ext/.
install_lib.sh included in the package to install the libraries. It will install the downloaded library files in $PADRES_HOME/lib/ directory (the install script need the PADRES_HOME set or should be given the value of PADRES_HOME using -d option.) If you are using sudo to install, launch the install script as follows:$ sudo ./install_lib.sh -d $PADRES_HOME
| I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| |
padres-all-v1.0.tgz | manage | 5450.3 K | 2008-10-31 - 14:35 | BalasubramaneyamManiymaran | padres all included package |
| |
padres-all-v1.5.tgz | manage | 8415.3 K | 2009-05-19 - 18:16 | BalasubramaneyamManiymaran | padres bin + lib release v1.5 |
| |
padres-lib-v1.5.tgz | manage | 7010.8 K | 2009-05-19 - 18:16 | BalasubramaneyamManiymaran | padres library package v1.5 |
| |
padres-v1.0.tgz | manage | 1461.5 K | 2008-10-31 - 14:34 | BalasubramaneyamManiymaran | padres binary package |
| |
padres-v1.5.tgz | manage | 4604.1 K | 2009-05-19 - 18:17 | BalasubramaneyamManiymaran | PADRES binary package v1.5 |
| |
stockquotes.zip | manage | 3159.3 K | 2008-08-15 - 13:46 | AlexCheung | Contains Yahoo! stockquote publications and a readme |