Difference between revisions of "Compiling Inkscape on Windows 64-bit"

From Inkscape Wiki
Jump to navigation Jump to search
(Created page with "This is a work in progress. Please spend a few minutes improving this wiki page, thank you very very much!")
 
Line 1: Line 1:
This is a work in progress. Please spend a few minutes improving this wiki page, thank you very very much!
This is a work in progress. Please spend a few minutes improving this wiki page, thank you very very much!
== MinGW ==
Get MinGW 64-bit from here:
[http://mingw-w64.sourceforge.net/index.php MinGW-w64 on Sourceforge], taking the package from the Mingw-builds Project.
The version you need is POSIX with SJLJ exception handling, because inkscape-devlibs64 has been compiled with SJLJ exception handling, and POSIX is needed for C++11 thread capabilities.
Direct link to what I got: [http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-posix/sjlj/x86_64-4.9.0-release-posix-sjlj-rt_v3-rev1.7z/download x86_64-4.9.0-release-posix-sjlj-rt_v3-rev1.7z]
== Devlibs 64 ==
Checkout lp:inkscape-devlibs64 into, e.g., c:\devlibs64.

Revision as of 20:50, 13 May 2014

This is a work in progress. Please spend a few minutes improving this wiki page, thank you very very much!

MinGW

Get MinGW 64-bit from here: MinGW-w64 on Sourceforge, taking the package from the Mingw-builds Project.

The version you need is POSIX with SJLJ exception handling, because inkscape-devlibs64 has been compiled with SJLJ exception handling, and POSIX is needed for C++11 thread capabilities.

Direct link to what I got: x86_64-4.9.0-release-posix-sjlj-rt_v3-rev1.7z

Devlibs 64

Checkout lp:inkscape-devlibs64 into, e.g., c:\devlibs64.