Craft/Linux: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 5: Line 5:
https://wiki.qt.io/Building_Qt_5_from_Git
https://wiki.qt.io/Building_Qt_5_from_Git


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

Revision as of 13:51, 14 November 2017

sudo apt update

sudo apt install python3.6 build-essentials git cmake

https://wiki.qt.io/Building_Qt_5_from_Git

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