„README.md“ ändern
This commit is contained in:
parent
255b379c20
commit
6e751ac2b4
13
README.md
13
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
|
||||
|
|
Loading…
Reference in New Issue