Parent Directory
|
Revision Log
Added changes to allow autotools build on ubuntu. There were some wrong assumptions about file locations that I was able to correct using information in the tclConfig.sh and tkConfig.sh files. This will need testing on Fedora/Unix/etc.
| 1 | #!/bin/sh |
| 2 | # This script works with standard packages on Ubuntu Breezy Badget |
| 3 | |
| 4 | ASCROOT=~/ascroot |
| 5 | |
| 6 | ./configure --prefix=$ASCROOT --with-fortran=gfortran,/usr/lib/libg2c.so.0 --enable-gcc --enable-optimization --enable-dynamic-packages --with-tkconfig=/usr/lib/tk8.4/ --with-tclconfig=/usr/lib/tcl8.4/ |
| Name | Value |
|---|---|
| svn:executable | * |
| john.pye@anu.edu.au | ViewVC Help |
| Powered by ViewVC 1.1.22 |