For commercial use, please contact the Office of Technology Transfer at the University of Arizona. Email: ott@u.arizona.edu, Phone: (520) 621 5000.
If you have problems downloading, please email prix.uacs@gmail.com.
To build, install and run PRIX, we used the following softwares. (You are welcome to try building PRIX on other operating systems.)
Softwares | Available from | Version tested |
---|---|---|
Berkeley DB | Sleepycat Software | 4.3.27-4.3.29 |
g++ compiler | GNU GCC | 3.4.4 |
Red Hat Linux | Red Hat Inc | 2.6.11 |
Suppose the files prix.src.tar.gz and prix.data.tar.gz are copied to the directory /home/user/prix. Suppose Berkeley DB be installed in /home/user/bdb. PRIX can be built and installed as follows.
-bash-3.00$ cd /home/user/prix |
-bash-3.00$ gunzip prix.src.tar.gz |
-bash-3.00$ tar xvf prix.src.tar |
-bash-3.00$ gunzip prix.data.tar.gz |
-bash-3.00$ tar xvf prix.data.tar |
-bash-3.00$ export PRIX_HOME=/home/user/prix |
-bash-3.00$ export BDB_HOME=/home/user/bdb |
-bash-3.00$ cd src |
-bash-3.00$ make clean; make depend; make; make install |
Instructions for running PRIX are provided in /home/user/prix/README and /home/user/prix/data/README. Turn on optimization flags when building PRIX.
In case of questions/bugs, email prix.uacs@gmail.com.