Git Product home page Git Product logo

kritawinbuildtools's Introduction

Krita-Win-Build-Tools

It's a helper in build KDE/Krita on MSVC-14.0-x64.

Depends

  • Microsoft Visual Studio 2015 Community Edition
  • Python2 (add to %path%)
  • Qt-5.6-msvc2015_64 (add to %path%)
  • Git (add to %path%)
  • Cmake (add to %path%)

Build

Create BUILDROOT & clone package !Warning path should not contain spaces and characters outside ansi-table!

cd c:\
mkdir kde && cd kde
git clone https://github.com/PtaxLaine/KritaWinBuildTools
cd KritaWinBuildTools
git submodule init
git submodule update

Also you can try update Krita to actual master commit.

cd src
git checkout master
cd ..

Call vcvars64.bat, default path "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"

Run prebuild.bat for apply git patch and create build directories.

Run build_ext.bat for build src/3rdparty

Run build_krita.bat for build Krita. Krita has been installed into ./install/

set QT_PLUGIN_PATH=PATH_TO_YOU_QT\msvc2015_64\plugins

Complited! Krita has been installed to ./src/bin/krita.exe

If Krita crash after launch with code 0xc000007b, you need to replace all Qt*.dll files in ./install/bin to you Qt files.

You can run ./src/packaging/windows/makepkg.bat for make Krita package. (see official doc for additional information)

kritawinbuildtools's People

Contributors

ptaxlaine avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.