File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed
modules/installation/pages Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 66
77To compile LibrePCB, you need to install the following tools & libraries first:
88
9- * pass:[g++], MinGW or Clang (any version with pass:[C++17] support should work)
9+ * pass:[g++], MinGW or Clang (any version with pass:[C++20] support should work)
10+ * https://www.rust-lang.org/[Rust] >= 1.88 toolchain (GNU, not MSVC)
1011* http://www.qt.io/download-open-source/[Qt] >= 6.2 (make sure the
1112 https://doc.qt.io/qt-6/qtimageformats-index.html[imageformats] plugin
1213 is installed too as it will be needed at runtime)
1314* https://www.opencascade.com/[OpenCASCADE] OCCT or OCE (optional, OCCT
1415 highly preferred)
1516* https://en.wikipedia.org/wiki/OpenGL_Utility_Library[OpenGL Utility Library]
1617 GLU (optional)
17- * http://www.zlib.net/[zlib]
1818* https://www.openssl.org/[OpenSSL]
19- * https://cmake.org/[CMake] 3.16 or newer
20-
21- [IMPORTANT]
22- ====
23- Actually LibrePCB 1.2.0 still compiles with Qt5, but unfortunately contains a
24- serious bug at runtime. Therefore you really need to use Qt6 where the bug
25- doesn't exist. We'll drop support for Qt5 soon anyway.
26- ====
19+ * https://cmake.org/[CMake] 3.22 or newer
2720
2821== Get the Sources
2922
Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ The recommended way to install LibrePCB is to use the installer.
1111*Just download and run {installer-url}[{installer-filename}].*
1212Afterwards you'll find LibrePCB in your start menu.
1313
14- [IMPORTANT]
15- ====
16- Unfortunately we're not able yet to sign our Windows installer (it's quite
17- expensive to do it). Therefore Windows might warn that the publisher of the
18- installer is unknown. This is normal for binaries without paying for a
19- signature, therefore just click on btn:[More info] and then btn:[Run anyway]
20- to skip the warning.
21- ====
22-
2314[NOTE]
2415====
2516For automated (unattended) installation, please check out the command-line
You can’t perform that action at this time.
0 commit comments