linux_qt6.sh 711 B

12345678910111213
  1. #!/bin/sh
  2. sudo apt-get update
  3. # Dependencies
  4. # In case of change in dependencies list please also update:
  5. # - developer docs at docs/developer/Building_Linux.md
  6. # - debian build settings at debian/control
  7. sudo apt-get install libboost-dev libboost-filesystem-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-locale-dev libboost-iostreams-dev \
  8. libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \
  9. qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools qt6-svg-dev libqt6svg6-dev \
  10. ninja-build zlib1g-dev libavformat-dev libswscale-dev libtbb-dev libluajit-5.1-dev \
  11. libminizip-dev libfuzzylite-dev libsqlite3-dev # Optional dependencies