SIMCOMP: Installation Guide for Kickstart

  1. Check both software and hardware requirements.

    OS: We support only standard unix systems with GNU tools.
    Hardware: The SIMCOMP requires about 1 Giga bytes memory at most. If there is no enough space in memory, programs may be core-dumped.

  2. Download the latest version of SIMCOMP via HTTP. [Click Here to Download]
    If you need, you can get an older version from this site.

  3. Expand a downloaded file and make executable binaries, according to an instruction note included in a package.
    Usually you need to type the following commands on your terminal window.
    
    # gtar xvfz SIMCOMP-xxxxx.tar.gz (xxxxx is a version specific string)
    # ./configure
    # make
    
    Then, you can find executable binaries in a 'src' directory.

  4. Execute SIMCOMP, refering to manual pages. (Sorry, these information are old.)