„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

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