source: trunk/build @ 148

Last change on this file since 148 was 148, checked in by sam, 13 years ago

Add a simple "build" script for people unfamiliar with bootstrap etc.

  • Property svn:executable set to *
File size: 61 bytes
Line 
1#!/bin/sh
2
3set -ex
4
5./bootstrap
6./configure
7make clean
8make
9
Note: See TracBrowser for help on using the repository browser.