1234567891011121314151617181920212223242526272829 |
- # Package list for Ubuntu 18.04
- # Build Tools Packages
- cmake/3.22.1-0kitware1ubuntu18.04.1 # For cmake
- clang-12 # For the compiler and its dependencies
- lld # For the llvm linker
- ninja-build # For Ninja Build System
- java-11-amazon-corretto-jdk # For Jenkins and Android
- # Build Libraries
- libglu1-mesa-dev # For Qt (GL dependency)
- libxcb-xinerama0 # For Qt plugins at runtime
- libxcb-xinput0 # For Qt plugins at runtime
- libfontconfig1-dev # For Qt plugins at runtime
- libcurl4-openssl-dev # For HttpRequestor
- # libsdl2-dev # For WWise/Audio
- libssl-dev # For system default OpenSSL
- libxcb-xkb-dev # For xcb keyboard input
- libxkbcommon-x11-dev # For xcb keyboard input
- libxkbcommon-dev # For xcb keyboard input
- libxcb-xfixes0-dev # For mouse input
- libxcb-xinput-dev # For mouse input
- libxcb-image0-dev # For xcb image support
- xxd
- zlib1g-dev
- mesa-common-dev
- libunwind-dev
- libzstd-dev
- pkg-config
|