Rate This Document
Findability
Accuracy
Completeness
Readability

Installing HARMINV

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to decompress the HARMINV installation package:
    cd /path/to/SRC
    tar -xvf harminv-1.4.1.tar.gz
  3. Run the following command to go to the directory generated after decompression:
    cd harminv-1.4.1
  4. Run the following command to perform the configuration:
    sh autogen.sh --prefix=/path/to/DEPENDENCIES --enable-shared LDFLAGS="-L/path/to/DEPENDENCIES/lib"
  5. Run the following commands to perform the compilation and installation:
    make -j
    make -j install