Changeset 11611 for trunk/ippconfig
- Timestamp:
- Feb 2, 2007, 6:55:36 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 2 edited
-
README (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/README
r6926 r11611 1 1 2 Joe: copy ipprc.config to ~/.ipprc 3 change PATH to point at this directory 2 Please read installation section of the IPP User's Guide for more details. 4 3 4 To build and install the IPP configuration scripts, run the following: 5 6 configure 7 make 8 make install 9 10 After installation: 11 12 Copy dvo.site to ~/.ptolemyrc 13 14 Copy ipprc.config to ~/.ipprc 15 16 Edit this file: 17 - Set the DBUSER and DBPASSWORD to your mysql username and password 18 -
trunk/ippconfig/configure.ac
r11576 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ippConfig], [ 0.0.1], [jhoblitt@cpan.org])3 AC_INIT([ippConfig], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([ipprc.config.in]) 5 5
Note:
See TracChangeset
for help on using the changeset viewer.
