Files
dosbox-x/build
Jonathan Campbell 21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00

6 lines
141 B
Bash
Executable File

#!/bin/bash
chmod +x configure
./configure --disable-opengl --enable-core-inline --disable-debug --prefix=/usr || exit 1
make -j3 || exit 1