dosbox-x/build
Jonathan Campbell 6727a01157 remove --disable-opengl from build scripts. typecast array entries in
vga_other.cpp to get compiler to shut up about int to Bitu type
conversion.
2013-10-20 10:47:54 -07:00

6 lines
124 B
Bash
Executable File

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