„README.md“ ändern

This commit is contained in:
Eyck Jentzsch 2020-01-11 09:07:02 +00:00
parent 255b379c20
commit 6e751ac2b4
1 changed files with 7 additions and 6 deletions

View File

@ -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