Krita/30Winbuild: Difference between revisions
< Krita
Line 6: | Line 6: | ||
* Git | * Git | ||
* CMake | * 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. | 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:26, 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.