mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-22 09:54:00 +08:00
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git clone --recursive https://github.com/m-labs/misoc $HOME/misoc
|
|
echo "export MSCDIR=$HOME/misoc" >> $HOME/.m-labs/build_settings.sh
|