Changes between Version 156 and Version 157 of BuildInstructions


Ignore:
Timestamp:
Feb 3, 2012, 12:33:00 AM (12 years ago)
Author:
historic_bruno
Comment:

Add processors to some multiline shell commands

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v156 v157  
    169169Compile the code with:
    170170{{{
     171#!sh
    171172cd 0ad/build/workspaces
    172173./update-workspaces.sh -j3
     
    201202
    202203{{{
     204#!sh
    203205#!/bin/sh
    204206set -e
     
    219221If you want to rebuild quickly after updating from SVN, you can usually get away with:
    220222{{{
     223#!sh
    221224svn up
    222225cd build/workspaces