Krita/30Winbuild: Difference between revisions
< Krita
Line 7: | Line 7: | ||
* CMake | * CMake | ||
* Open a cmd window and get Krita: | * Open a cmd window and get Krita: | ||
mkdir c:\dev\ | mkdir c:\dev\ | ||
cd c:\dev | cd c:\dev | ||
git clone git://anongit.kde.org/krita | 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. | Follow the instructions in krita\3rdparty\README.md to setup your build environment, Qt, the krita source checkout and to build the dependencies. |
Revision as of 11:28, 22 January 2016
Building Krita 3.0 on Windows without emerge
Prerequisites:
- Visual Studio 2015 community edition
- Git
- CMake
- 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.