„README.md“ ändern
This commit is contained in:
parent
255b379c20
commit
6e751ac2b4
|
@ -67,9 +67,10 @@ in $HOME/.conan/profiles/default
|
||||||
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||||
conan profile new default --detect
|
conan profile new default --detect
|
||||||
# clone and build DBT-RISE-RISCV
|
# clone and build DBT-RISE-RISCV
|
||||||
git clone --recursive https://github.com/Minres/DBT-RISE-RISCV.git
|
git clone --recursive https://git.minres.com/VP/RISCV-VP.git
|
||||||
cd DBT-RISE-RISCV/
|
cd RISCV-VP/
|
||||||
git checkout develop
|
git checkout develop
|
||||||
|
git submodule update --recursive
|
||||||
mkdir build;cd build
|
mkdir build;cd build
|
||||||
MAKE_FLAGS="-j4" cmake ..
|
MAKE_FLAGS="-j4" cmake ..
|
||||||
make -j4
|
make -j4
|
||||||
|
|
Loading…
Reference in New Issue