projects
/
dev-env-setup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
hdl-dev-repos: specify syscalls generation mode
[dev-env-setup.git]
/
cocotb-install
1
#!/bin/bash
2
if
[
"
$EUID
"
-ne
0
]
3
then
echo
"Please run as root using 'sudo bash'"
4
exit
5
fi
6
7
apt-get update
-y
8
apt-get
install
-y
git python3 python3-dev g
++
make
python3-pip
9
10
pip3
install
git
+
https
://
github.com
/
cocotb
/
cocotb@v1.5
.2
11