mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 02:53:03 +08:00
10 lines
200 B
Batchfile
10 lines
200 B
Batchfile
echo off
|
|
bash autogen.sh
|
|
dash configure --enable-sdl2 --disable-gamelink --enable-debug
|
|
REM since cpu cores need a lot of memory,
|
|
REM we don't want to build parallel
|
|
cd src\cpu
|
|
make
|
|
cd ..\..
|
|
make -j5
|