Installation of Asir for UNIX
=============================
We shall describe an installation method of Asir for UNIX OS.
1. Download the following source file.
asir2000.tar.gz
2. Execute the following command to expand this file.
tar zxvf asir2000.tar.gz
3. Execute the following commands to compile Asir and install.
cd asir2000
./configure
make
su
make install
make install-lib
4. Download the following file.
delta.rr
5. Copy the file "delta.rr" to "/usr/local/lib/asir".
6. Execute the following command to start Asir.
/usr/local/bin/asir
7. Asir will terminate when you input "quit;" on Asir.