Craft/Linux: Difference between revisions
< Craft
TheOneRing (talk | contribs) |
(Add wget) |
||
Line 7: | Line 7: | ||
sudo apt update | sudo apt update | ||
sudo apt install python3.6 build-essential git | sudo apt install python3.6 build-essential git wget | ||
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 |
Revision as of 20:00, 21 August 2020
Preparations
My OS doesn't offer python 3.6
See https://github.com/pyenv/pyenv
Ubuntu
sudo apt update sudo apt install python3.6 build-essential git wget 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
python3 -c "$(wget https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py -O -)" --prefix ~/CraftRoot