From 2d940b847126574efe8f02dab8a61db5808c6114 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Thu, 12 Nov 2020 19:07:01 -0500 Subject: [PATCH] Remove the outdated boost 1.59 note --- Documentation/development/compiling.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md index a16c4e3545..f8891ac1e1 100644 --- a/Documentation/development/compiling.md +++ b/Documentation/development/compiling.md @@ -399,22 +399,6 @@ For debug builds, run the cmake command with `-DCMAKE_BUILD_TYPE=Debug` from the There are some known issues that are specific to MSYS2. This section provides a list of the currently known issues when building KiCad using MSYS2. - -#### 64-bit Package of Boost 1.59 ### {#ki_msys2_64bit_boost} - -The context library of the x86_64 package of Boost version 1.59 is broken and will cause KiCad -to crash. You must downgrade to version 1.57 by running the command: - - pacman -U /var/cache/pacman/pkg/mingw-w64-x86_64-boost-1.57.0-4-any.pkg.tar.xz - -If the file mingw-w64-x86_64-boost-1.57.0-4-any.pkg.tar.xz is no longer in your pacman cache, -you will have to download it from the [MSYS2 64-bit SourceForge repo][]. You should also -configure pacman to prevent upgrading the 64-bit Boost package by adding: - - IgnorePkg = mingw-w64-x86_64-boost - -to your /etc/pacman.conf file. - #### Building with Boost 1.70 ### {#ki_msys2_boost_1_70} There is an issue building KiCad with Boost version 1.70 due to CMake not defining the proper