source:
trunk/build-linux
@
997
Last change on this file since 997 was 918, checked in by , 12 years ago | |
---|---|
|
|
File size: 143 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | ## Native Linux compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net> |
4 | |
5 | set -ex |
6 | |
7 | ./bootstrap |
8 | ./configure |
9 | make clean |
10 | make -j6 |
11 |
Note: See TracBrowser
for help on using the repository browser.