Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/scripts/tardis-scratch-checkout.pl @ 7192

Last change on this file since 7192 was 7192, checked in by bensch, 18 years ago

scratchout added

  • Property svn:executable set to *
File size: 188 bytes
Line 
1#!/bin/bash
2
3mkdir /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.