diff --git a/README.md b/README.md index f8ce066..fb93915 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ compiler.libcxx=libstdc++11 ``` in $HOME/.conan/profiles/default -** Detailed Setup steps** +**Detailed Setup steps** -*** prepare Ubuntu 18.04 *** +***prepare Ubuntu 18.04*** ``` sudo apt-get install -y git python-pip build-essential cmake libloki-dev zlib1g-dev libncurses5-dev \ @@ -49,7 +49,7 @@ in $HOME/.conan/profiles/default pip install --user conan ``` -*** prepare Fedora 28 *** +***prepare Fedora 28*** ``` #prepare system @@ -59,7 +59,7 @@ in $HOME/.conan/profiles/default export PATH=${PATH}:$HOME/.local/bin ``` -*** Build the ISS *** +***Build the ISS*** ``` # configure conan @@ -67,9 +67,10 @@ in $HOME/.conan/profiles/default conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan conan profile new default --detect # clone and build DBT-RISE-RISCV - git clone --recursive https://github.com/Minres/DBT-RISE-RISCV.git - cd DBT-RISE-RISCV/ + git clone --recursive https://git.minres.com/VP/RISCV-VP.git + cd RISCV-VP/ git checkout develop + git submodule update --recursive mkdir build;cd build MAKE_FLAGS="-j4" cmake .. make -j4