(no commit message)
authorlkcl <lkcl@web>
Wed, 26 May 2021 10:36:15 +0000 (11:36 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 26 May 2021 10:36:15 +0000 (11:36 +0100)
HDL_workflow/devscripts.mdwn [new file with mode: 0644]

diff --git a/HDL_workflow/devscripts.mdwn b/HDL_workflow/devscripts.mdwn
new file mode 100644 (file)
index 0000000..9eac4d3
--- /dev/null
@@ -0,0 +1,17 @@
+# Dev setup scripts
+
+    $ git clone https://git.libre-soc.org/git/dev-env-setup.git
+    $ cd dev-env-setup
+    $ sudo bash
+    # ./mk-deb-chroot libresoc
+    # exit
+    $ schroot -c libresoc
+    (libresoc)$ git clone https://git.libre-soc.org/git/dev-env-setup.git
+    (libresoc)$ cd dev-env-setup
+    (libresoc)$ sudo bash
+    (libresoc)# ./install-hdl-apt-reqs
+    (libresoc)# ./hdl-dev-repos
+    (libresoc)# exit
+    (libresoc)$
+
+https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=hdl-dev-repos;hb=HEAD