source: trunk/build-linux @ 625

Last change on this file since 625 was 625, checked in by sam, 12 years ago

Rename build scripts to build-linux and build-mingw.

  • Property svn:executable set to *
File size: 139 bytes
Line 
1#!/bin/sh
2
3##  Native Linux compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
4
5set -ex
6
7./bootstrap
8./configure
9make clean
10make
11
Note: See TracBrowser for help on using the repository browser.