mirror of https://github.com/AxioDL/amuse.git
Add standalone bootstrap script
This commit is contained in:
parent
a048605011
commit
055e73183a
|
@ -0,0 +1,10 @@
|
|||
@echo off
|
||||
git clone https://github.com/AxioDL/boo.git
|
||||
pushd boo
|
||||
git submodule update --recursive --init
|
||||
popd
|
||||
|
||||
git clone https://github.com/libAthena/athena.git
|
||||
pushd athena
|
||||
git submodule update --recursive --init
|
||||
popd
|
Loading…
Reference in New Issue