bbb6a26ec2078ba3be9835df3ec5e5eee1f185a8
[libreriscv.git] / HDL_workflow / devscripts.mdwn
1 # Dev setup scripts
2
3 Setting up the dependencies and repositories for Libre-SOC is big enough that it is just much easier to do in an automated fashion. Follow these steps after making sure that you review the scripts line by line because they run as root and it is your responsibility to check them, not ours.
4
5 $ git clone https://git.libre-soc.org/git/dev-env-setup.git
6 $ cd dev-env-setup
7 $ sudo bash
8 # ./mk-deb-chroot libresoc
9 # exit
10 $ schroot -c libresoc
11 (libresoc)$ git clone https://git.libre-soc.org/git/dev-env-setup.git
12 (libresoc)$ cd dev-env-setup
13 (libresoc)$ sudo bash
14 (libresoc)# ./install-hdl-apt-reqs
15 (libresoc)# ./hdl-dev-repos
16 (libresoc)# exit
17 (libresoc)$
18
19 https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=hdl-dev-repos;hb=HEAD