Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/libraries/sdl2/introduction/ci_test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

print("SDL2 getting started with Game Development and Conan")

run("git clone --depth 1 https://github.com/conan-io/conan-center-index.git")
run("conan create conan-center-index/recipes/xz_utils/all --version=5.8.1")

run("conan install . -c tools.system.package_manager:mode=install "
"-c tools.system.package_manager:sudo=True --build=missing")

Expand Down
2 changes: 0 additions & 2 deletions examples/libraries/sdl2/introduction/conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ sdl_image/[~2.6]
sdl_ttf/[~2.0]
sdl/[~2.28]

[options]
libtiff/*:lzma=False

[generators]
CMakeToolchain
Expand Down