cd /home/$SUDO_USER
mkdir -p src
cd src
-git clone https://github.com/nmigen/nmigen.git
+git clone https://git.libre-soc.org/git/nmigen-boards.git
+git clone https://git.libre-soc.org/git/nmigen.git
git clone https://git.libre-soc.org/git/c4m-jtag.git
git clone https://git.libre-soc.org/git/nmutil.git
git clone https://git.libre-soc.org/git/openpower-isa.git
git tag | xargs git tag -d # very annoying
python3 setup.py develop
+# nmigen-boards
+cd /home/$SUDO_USER/src/nmigen-boards
+git tag | xargs git tag -d # very annoying
+python3 setup.py develop
+
# nmigen-soc
cd ../nmigen-soc
git tag | xargs git tag -d # very annoying
echo -e "
\e[1;91mAll Libre-SOC dev dependenices should now be installed.\e[0m
"
+
. .env/bin/activate
pip3 install nose
-git clone https://github.com/nmigen/nmigen.git
+git clone https://git.libre-soc.org/git/nmigen-boards.git
+git clone https://git.libre-soc.org/git/nmigen.git
git clone https://git.libre-soc.org/git/c4m-jtag.git
git clone https://git.libre-soc.org/git/nmutil.git
git clone https://git.libre-soc.org/git/openpower-isa.git
git tag | xargs git tag -d # very annoying
python3 setup.py develop
+# nmigen-boards
+cd /home/$SUDO_USER/src/nmigen-boards
+git tag | xargs git tag -d # very annoying
+python3 setup.py develop
+
# nmigen-soc
cd ../nmigen-soc
git tag | xargs git tag -d # very annoying