Skip to content
/ qtbuild Public

Scripts to build custom versions of the Qt libraries

License

Notifications You must be signed in to change notification settings

kullo/qtbuild

Repository files navigation

Qt build scrips

Basic usage

  • Create and cd to /mnt/workspace
  • apt update && apt install git -y
  • git clone https://github.com/kullo/qtbuild && cd qtbuild
  • Run ./install_packages.sh
  • Run ./download_qt.sh
  • mkdir -p /opt/qt-clang-libc++
  • Run ./build.sh ~/Downloads/qt-everywhere-src-*/

Linux32 subsystem

  • cd to /mnt/workspace and run sudo ./create_linux32_subsystem.sh
  • Switch to subsystem: schroot -c trusty32
  • cd to /mnt/workspace
  • Run ./build.sh ~/Downloads/qt-everywhere-src-*/

About

Scripts to build custom versions of the Qt libraries

Resources

License

Stars

Watchers

Forks

Languages