Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
SuperTux
/
supertux
tükrözi:
https://github.com/SuperTux/supertux
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
608c8dfea6
Branch-ok
Tag-ek
Alasdairbugs-bombtick4s
New-Snow
Tux-Revamp
addon
anchor_point_funcs
auto-locale-font
badguy-improvements
bionic-builds
bouncysnowball
cache-nfo-filenames
cheats-in-editor
ci-test
ci_fix_wasm
cleanup_tests
climbing-adjustments
copyright-2022
coverity_scan
coyote-time
cppcheck-more-things
crusher_sideways_player_hurt
customise_particles
editor-autosave
editor-code-refactoring
editor-load-filesystem
editor-remote-level-networking
editor-show-mode-below
feature/arcadephysics
feature/c++20
feature/layers_gui
feature/swimming
fix-badguys-scripting
fix-linter-maybe
fix-workflows
fix_appimage_builds
fix_badguy_scripting
forest
freebsd-up
get-pixel-colorspaces
git-bisect-is-doch-nett
grumbel/ci-test
harfbuzz-testing-two
haywireupdate
langpacks
master
maybe_fix_win_deploy
mb-to-mb
more-translator-comments
more_player_convenience_funcs
music-nofade
nanogui
nanogui-sdl
networking-test
new_editor_ui
on-type-change-only-if-type-found
osx-codesigning
preload_worldmaps
rearangetiles
reduce_flushing
refactor_editor_requests
release/0.5
release/0.6
remote-level-networking
remove_version_file
revert-2812-maxdropheight-slopes
rework_warning_flags
run_init_script_once
screen-manager-fixes
scripttrigger_trigger_direction
serano01-mushrooms
serano01-penny
serano01-retrobrick
serialize_squirrel_table
specialriser_rise_speed
st-launcher
steam
stegosaurus-likes-hotdogs
supertux-milestone1
travis-appimage
travis-print-sha-2-512
travis_matrix
tx-setup
unix-vcpkg
unrandomize_flying_badguy
update-readme-2022-01
update-translation-templates
update-translation-templates-ci
update_glbinding
update_translation_templates
wasm-buggy
wasm-cwrap-fix
weluvgoatz-update-levels
windows-output-improvement
windows-workflow
worldmap_scripting
v0.6.3-beta.2
v0.6.3-beta.1
v0.6.3
v0.6.2-rc.1
v0.6.2-beta.1
v0.6.2
v0.6.1.1
v0.6.1-beta.2
v0.6.1-beta.1
v0.6.1
v0.6.0-rc.1
v0.6.0-beta.2
v0.6.0-beta.1
v0.6.0-alpha.3
v0.6.0-alpha.2
v0.6.0-alpha.1
v0.6.0
v0.5.1
v0.5.0-rc.5
v0.5.0-rc.4
v0.5.0-rc.3
v0.5.0-rc.2
v0.5.0-rc.1
v0.5.0
v0.4.0
v0.3.5a
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.1.9
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
archive/branches/unison-video
archive/branches/supertux-nogl
archive/branches/supertux-milestone2-grumbel
archive/branches/supertux-milestone2
archive/branches/supertux-milestone1-olpc
archive/branches/sik0fewl-yeti
archive/branches/release/0.3.5
archive/branches/new-collision-detection
archive/branches/milestone1
archive/branches/feature/modern_fonts_v1
archive/branches/feature/modern_fonts_backup
archive/branches/feature/modern_fonts
archive/branches/0_3_x
archive/branches/0_1_x
0.4.0
supertux
/
configure
configure
78 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# abort on errors
set -e
mkdir -p build
cd build
cmake .. "$@"