Krita/30Winbuild: Difference between revisions

From KDE Community Wiki
(Created page with "= Building Krita 3.0 on Windows without emerge = Prerequisites: * Visual Studio 2015 community edition * Git * CMake Build tree layout: * c:\dev\i : install direcetory * c...")
 
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:


Prerequisites:
Prerequisites:
* Git


* Visual Studio 2015 community edition
Open a cmd window and get Krita:
* Git
* CMake


Build tree layout:
mkdir c:\dev\


* c:\dev\i : install direcetory
cd c:\dev
* c:\dev\b : build directory for dependencies
* c:\dev\p : build directory for krita
* c:\dev\s : location of the build scripts
* c:\dev\d : location where dependencies are downloaded to


Steps:
git clone git://anongit.kde.org/krita


run
Follow the instructions in krita\3rdparty\README.md to setup your build environment, Qt, the krita source checkout and to build the dependencies.

Latest revision as of 12:37, 3 August 2017

Building Krita 3.0 on Windows without emerge

Prerequisites:

  • Git

Open a cmd window and get Krita:

mkdir c:\dev\

cd c:\dev

git clone git://anongit.kde.org/krita

Follow the instructions in krita\3rdparty\README.md to setup your build environment, Qt, the krita source checkout and to build the dependencies.