Craft/Linux: Difference between revisions

From KDE Community Wiki
No edit summary
Line 5: Line 5:


  sudo apt update
  sudo apt update
  sudo apt install python3.6 build-essential git cmake
sudo apt install python3.6 build-essential git cmake
  sudo apt-get build-dep qt5-default
sudo apt-get build-dep qt5-default
  sudo apt install libxcb-xinerama0-dev  
sudo apt install libxcb-xinerama0-dev


== Other ==
== Other ==

Revision as of 13:06, 17 November 2017

Preparations

Ubuntu

sudo apt update
sudo apt install python3.6 build-essential git cmake
sudo apt-get build-dep qt5-default
sudo apt install libxcb-xinerama0-dev

Other

See https://wiki.qt.io/Building_Qt_5_from_Git

Install Craft

 wget https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py -O setup.py && python3.6 setup.py --prefix ~/CraftRoot