Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes.
  • Loading branch information
mithro committed Sep 9, 2015
1 parent 120724e commit b9b66e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/get-env.sh
Expand Up @@ -38,8 +38,9 @@ export PATH=$CONDA_DIR/bin:$PATH
cd $BUILD_DIR
rm -fr migen
git clone https://github.com/m-labs/migen.git
cd migen
sudo python3 setup.py install
cd migen/vpi
cd vpi
make all
sudo make install
)
Expand Down

0 comments on commit b9b66e8

Please sign in to comment.