Craft/Linux: Difference between revisions

From KDE Community Wiki
No edit summary
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
# sudo apt update
= Preparations =
# sudo apt install python3.6 build-essential git cmake
# sudo apt-get build-dep qt5-default
# sudo apt install libxcb-xinerama0-dev


== 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
sudo apt-get build-dep qt5-default
sudo apt install libxcb-xinerama0-dev
== Other ==
See https://wiki.qt.io/Building_Qt_5_from_Git
See 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
= Install Craft =
  wget https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py -O CraftSetup.py &&\
  python3.6 CraftSetup.py --prefix ~/CraftRoot

Revision as of 07:22, 18 October 2018

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
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 CraftSetup.py &&\
 python3.6 CraftSetup.py --prefix ~/CraftRoot