Skip to content

Compile Source Codes on Ubuntu 16.04

zhanxw edited this page Sep 15, 2017 · 2 revisions

(Edited on September 15, 2017)

Enter the following commands to install prerequisite software and libraries:

sudo apt-get update && \
sudo apt-get install -y \
  wget \
  build-essential \
  gfortran \
  make \
  git \
  zlib1g-dev && \
sudo apt-get clean

Then obtain RVTESTS source codes and compile:

git clone https://github.com/zhanxw/rvtests
cd rvtests
make

After compilation, the executable file can be found under rvtests/executable. You can start with:
rvtests/executable --help