Linux

To install B-Prolog on a Linux machine, follow the following steps:
  1. Download the file bp77_linux.tar.gz and store it in your home directory.
  2. Uncompress bp77_linux.tar.gz and extract the files by typing
          gunzip bp77_linux.tar.gz | tar xfv -
    
  3. Add the following line to the file .cshrc or .bshrc in your home directory:
          set path = ($path $HOME/BProlog)
    
    such that you can start B-Prolog from any working directory.
Notice that if B-Prolog is installed in a directory other than your home directory, you should change the script file bp in the BProlog directory and the path accordingly.



Neng-Fa Zhou 2012-01-03