Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
Bahn-Simulator
setup-scripts
Commits
b67c3d39
Commit
b67c3d39
authored
Aug 29, 2022
by
Noah Kirschmann
💻
Browse files
updated windows install scripts
parent
32dda268
Pipeline
#87009
passed with stages
in 7 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
user/msys2_install_clang64.sh
View file @
b67c3d39
#!/bin/bash
pacman
-Sy
--noconfirm
pactoys-git git
pacman
-Sy
--noconfirm
--needed
pactoys-git git
fish
pacboy
--noconfirm
update
pacboy
sync
--needed
--noconfirm
\
mingw-w64-clang-x86_64-
SDL2
\
mingw-w64-clang-x86_64-
SDL2_image
\
mingw-w64-clang-x86_64-
SDL2_gfx
\
mingw-w64-clang-x86_64-
ffmpeg
\
mingw-w64-clang-x86_64-
glm
\
mingw-w64-clang-x86_64-pkg-config
\
m
ingw-w64-clang-x86_64-git-lfs
\
mingw-w64-clang-x86_64-meson
\
mingw-w64-clang-x86_64-c
make
\
mingw-w64-clang-x86_64-make
\
m
in
gw-w64-clang-x86_64-toolchain
\
mingw-w64-clang-x86_64-ninja
SDL2
:c
\
SDL2_image
:c
\
SDL2_gfx
:c
\
ffmpeg
:c
\
glm
:c
\
git-lfs:c
\
m
eson:c
\
cmake:c
\
make
:c
\
toolchain:c
\
n
in
ja:c
\
glslang:c
user/msys2_install_mingw64.sh
View file @
b67c3d39
#!/bin/bash
pacman
-Sy
--noconfirm
pactoys-git git
pacman
-Sy
--noconfirm
--needed
pactoys-git git
fish
pacboy
--noconfirm
update
pacboy
sync
--needed
--noconfirm
\
mingw-w64-x86_64-SDL2
\
mingw-w64-x86_64-SDL2_image
\
mingw-w64-x86_64-SDL2_gfx
\
mingw-w64-x86_64-ffmpeg
\
mingw-w64-x86_64-glm
\
mingw-w64-x86_64-toolchain
\
mingw-w64-x86_64-pkg-config
\
mingw-w64-x86_64-git-lfs
\
mingw-w64-x86_64-meson
\
mingw-w64-x86_64-cmake
\
mingw-w64-x86_64-make
\
mingw-w64-x86_64-gdb
\
mingw-w64-x86_64-ninja
SDL2:x
\
SDL2_image:x
\
SDL2_gfx:x
\
ffmpeg:x
\
glm:x
\
git-lfs:x
\
meson:x
\
cmake:x
\
make:x
\
toolchain:x
\
ninja:x
\
glslang:x
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment