source: trunk/build/build-linux @ 2165

Last change on this file since 2165 was 1518, checked in by sam, 11 years ago

build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.

  • Property svn:executable set to *
File size: 143 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 -j6
11
Note: See TracBrowser for help on using the repository browser.