We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb99d6a commit ccd7b7cCopy full SHA for ccd7b7c
.readthedocs.yaml
@@ -17,8 +17,8 @@ build:
17
jobs:
18
pre_install:
19
- git clone --depth 1 --branch release-3.2.16 https://github.com/libsdl-org/SDL.git sdl_repo
20
- - cmake -S sdl_repo -B sdl_build
21
- - cmake --build sdl_build --config Debug --prefix ~/.local
+ - cmake -S sdl_repo -B sdl_build -DCMAKE_INSTALL_PREFIX=~/.local
+ - cmake --build sdl_build --config Debug
22
- cmake --install sdl_build --config Debug --prefix ~/.local
23
- cat ~/.local/lib/pkgconfig/sdl3.pc
24
0 commit comments