

You can also create an out of source build anywhere else in your file system. Go to the directory containing your Inkscape source and create the build output directory. Note: To significantly reduce the time needed for incremental rebuilds consider using CMake in combination with Ninja. Whenever you want to build Inkscape open a command prompt ( cmd.exe), change into the root directory of the Inkscape source and set the environment variables with the following command: Should point to the folders containing MinGW-w64 and the inkscape-devlibs64.

If "%MINGW_PATH%"="" set MINGW_PATH=c:\mingw64 Note: MinGW does not work with white spaces in the path name. If "%DEVLIBS_PATH%"="" set DEVLIBS_PATH=c:\devlibs64 # Path to the Inkscape development libraries. As of writing version 3.5.2 is the most recent version.Įdit the file mingwenv.bat in the root directory of the Inkscape source to match you local paths. It generates makefiles to be processed by make. See also additional information on obtaining Inkscape source code and working with Bazaar.ĬMake is a Cross-Platform buildsystem generator similar to autotools. Get the Inkscape source code from launchpad See also Inkscape Devlibs 64-bit (only relevant if you want to update the development libraries) Inkscape source code The -lightweight switch ensures that you only have to download the latest version of all binaries, C:\devlibs64 is the folder you want them to be downloaded to. Get the inkscape-devlibs64 which include pre-compiled binaries of all Inkscape dependencies.īzr checkout -lightweight lp:inkscape-devlibs64 C:\devlibs64 The exact version used for building the inkscape-devlibs64 is MinGW-w64 x86_64-5.3.0-release-win32-seh-rt_v4-rev0.7z. You have to download a version that is configured for building native win64 applications with win32 threading model and SEH exception handling, to ensure compatibility with the inkscape-devlibs64.Ī matching build based on GCC 5.3 can be downloaded here. Get MinGW-w64 which contains the necessary GNU developer tools to build Inkscape on Windows.

This lists all platforms for the selected release. Home » Releases » Inkscape 0.92 » Inkscape 0.92.2 » All Platforms for Inkscape 0.92.2 All Platforms for Inkscape 0.92.2
