Installation and use

Compile and install

  1. Download Water_Steam_Properties package.
  2. Unpack archive
       $ tar xzvf water_steam_properties.tar.gz
  3. You can modify destination path in 'config.sh' file before installation.
  4. For compile this package 'GNAT GPL 2007 (20070405-41)' is required.
    You can obtain this compiler from AdaCore (The Libre Site)
  5. For compile and install package Water_Steam_Properties and wsp utility run 'install.sh' script
       $ ./install.sh

Uninstall

  1. For uninstall package Water_Steam_Properties and wsp utility run 'uninstall.sh' script
       $ ./uninstall.sh

Usage

  1. In Ada program you can use source code files:
       $(PREFIX)/src/water_steam_properties.ads
       $(PREFIX)/src/water_steam_properties.adb
  2. or precompiled object files:
       $(PREFIX)/src/water_steam_properties.ads
       $(PREFIX)/lib/water_steam_properties.ali
       $(PREFIX)/lib/water_steam_properties.o
  3. For access to functions of Water_Steam_Properties package from console, you can use simple console utility. Type for help:
       $(PREFIX)/bin/wsp --help