-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker run -it -w /project -v $(pwd):/project ps2dev/ps2dev sh apk add git make cmake gmp mpc1 mpfr git clone https://github.com/fjtrujy/ps2_drivers cd ps2_drivers/ make clean all install git config --global --add safe.directory /project cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/usr/local/ps2dev/ps2sdk/ps2dev.cmake -DCMAKE_INSTALL_PREFIX=$PS2SDK/ports cmake --build build -j $(nproc)
- Loading branch information
Showing
7 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
set(NONET ON) | ||
set(NOSOUND ON) | ||
set(DISABLE_DEMOMODE ON) | ||
set(ASAN OFF) | ||
set(UBSAN OFF) | ||
set(BUILD_TESTING OFF) | ||
|
||
set(DEVILUTIONX_SYSTEM_SDL2 OFF) | ||
set(DEVILUTIONX_SYSTEM_BZIP2 OFF) | ||
set(DEVILUTIONX_SYSTEM_LIBFMT OFF) | ||
set(DEVILUTIONX_STATIC_LIBFMT ON) | ||
set(PREFILL_PLAYER_NAME ON) | ||
set(NOEXIT ON) | ||
|
||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/threads-stub") | ||
|
||
set(BUILD_ASSETS_MPQ OFF) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Stub out the Threads package. | ||
# Some platforms do not have a system threads library but SDL threads are supported. | ||
add_library(Threads::Threads INTERFACE IMPORTED GLOBAL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters