mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
6 lines
160 B
Bash
Executable File
6 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
chmod +x configure
|
|
./configure --enable-core-inline --enable-debug=heavy --enable-avcodec --prefix=/usr --enable-sdl2 || exit 1
|
|
make -j3 || exit 1
|
|
|