source:
orxonox.OLD/trunk/scripts/tardis-scratch-checkout.pl
@
7252
Last change on this file since 7252 was 7192, checked in by bensch, 19 years ago | |
---|---|
|
|
File size: 188 bytes |
Rev | Line | |
---|---|---|
[7192] | 1 | #!/bin/bash |
2 | ||
3 | mkdir /scratch/orxonox | |
4 | svn co https://svn.orxonox.net/orxonox/trunk /scratch/orxonox/trunk | |
5 | cd /scratch/orxonox/trunk | |
6 | ./autogen.sh | |
7 | ./configure --with-tardis | |
8 | make -j5 |
Note: See TracBrowser
for help on using the repository browser.