ddf4eb3e2b
* RUST_PATH doesn't seem to be used on ArchLinux * renamed jobs * no objc code on Windows (need confirmation) * fakeroot strace patchelf for Ubuntu : not needed ? * try to use some system libraries on Arch * added comments to scroll to cmake instruction easily * No ojbC code on Ubuntu
18 lines
250 B
Bash
Executable File
18 lines
250 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
python3 \
|
|
freetype2 \
|
|
dbus \
|
|
xdg-desktop-portal \
|
|
curl \
|
|
fmt \
|
|
yara \
|
|
nlohmann-json
|