Installation and use
Compile and install
-
Download Water_Steam_Properties package.
-
Unpack archive
$ tar xzvf water_steam_properties.tar.gz
-
You can modify destination path in 'config.sh' file before installation.
-
For compile this package 'GNAT GPL 2007 (20070405-41)' is required.
You can obtain this compiler from AdaCore (The Libre Site)
-
For compile and install package Water_Steam_Properties and wsp utility run 'install.sh' script
$ ./install.sh
Uninstall
-
For uninstall package Water_Steam_Properties and wsp utility run 'uninstall.sh' script
$ ./uninstall.sh
Usage
-
In Ada program you can use source code files:
$(PREFIX)/src/water_steam_properties.ads
$(PREFIX)/src/water_steam_properties.adb
-
or precompiled object files:
$(PREFIX)/src/water_steam_properties.ads
$(PREFIX)/lib/water_steam_properties.ali
$(PREFIX)/lib/water_steam_properties.o
-
For access to functions of Water_Steam_Properties package from console, you can use simple console utility. Type for help:
$(PREFIX)/bin/wsp --help