Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Download the sse2neon header file.
    cd /path/to/wtdbg2
    wget https://github.com/jratcliff63367/sse2neon/archive/master.zip -O sse2neon-master.zip
    unzip sse2neon-master.zip
    mv ./sse2neon-master/SSE2NEON.h ./sse2neon-master/sse2neon.h
  2. Import the sse2neon header file to the installation directory.
    cp ./sse2neon-master/sse2neon.h ./wtdbg2
  3. Modify Makefile.
    vim Makefile

    Before:

    After:

    Replace the example path /path/to/wtdbg2 with the actual one.

  4. Modify ksw.c.
    vim ksw.c

    Before:

    After:

  5. Modify poacns.h.
    vim poacns.h

    Before:

    After:

  6. Create an installation directory.
    mkdir bin
  7. Perform the installation.
    make
    make install