File tree Expand file tree Collapse file tree
modules/installation/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ asciidoc:
1515 page-pagination : ' '
1616 table-frame : ' none@'
1717 table-grid : ' rows@'
18- version : ' 2.0.1 ' # <-- Latest LibrePCB version.
18+ version : ' 2.1.0 ' # <-- Latest LibrePCB version.
1919ui :
2020 bundle :
2121 url : https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ If you're not familiar with the terminal: Right-click on the downloaded file
3535and then check something like _Allow executing file as program_ or
3636_Run as executable_ . Afterwards double-click the file to run it.
3737
38+ [NOTE]
39+ ====
40+ If LibrePCB silently doesn't start, run the AppImage from a terminal to see any
41+ error messages. It is possible that you need to install some system libraries.
42+
43+ Especially from Ubuntu 26.04 onwards, it seems that OpenGL needs to be installed
44+ in order to get LibrePCB functional: `sudo apt install libglu1-mesa`
45+ ====
46+
3847[#snap,reftext=Snap Package]
3948== Snap Package (multi-arch)
4049
Original file line number Diff line number Diff line change @@ -16,22 +16,10 @@ Double-click the downloaded file in Finder. Then drag and drop the LibrePCB
1616app onto the "Applications" folder in Finder. Afterwards you'll find
1717LibrePCB in the Launchpad.
1818
19- [IMPORTANT ]
19+ [NOTE ]
2020====
21- Unfortunately we're not able (yet) to officially sign the macOS binary.
22- Therefore macOS refuses to start LibrePCB by default. As a workaround,
23- you need to run it once with menu:Right-click[Open] on the LibrePCB
24- application in the Launchpad. If this doesn't work, try it a second time.
25-
26- Afterwards you should be able to run LibrePCB normally with a single click.
21+ Starting from LibrePCB 2.x, our official releases are signed by
22+ *Scheibling Consulting AB* as you may see when running LibrePCB the first time.
23+ This code signing service is thankfully sponsored by
24+ https://ossign.org/[OSSign].
2725====
28-
29- // Keep this section just for some time to keep the links working and to
30- // inform users about the change.
31- [#online-installer,reftext=Online Installer]
32- == Online Installer (abandoned)
33-
34- Note that starting with LibrePCB 1.0, we do no longer provide an installer for
35- macOS. If you installed a previous LibrePCB release with the installer,
36- please uninstall it with the _LibrePCB Maintenance Tool_ and install the
37- latest release with the <<portable-package>> instead.
Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ Afterwards you'll find LibrePCB in your start menu.
1313
1414[NOTE]
1515====
16+ Starting from LibrePCB 2.0, our official releases are signed by
17+ *Scheibling Consulting AB* as you may see when running LibrePCB the first time.
18+ This code signing service is thankfully sponsored by
19+ https://ossign.org/[OSSign].
20+ ====
21+
22+ [TIP]
23+ ====
1624For automated (unattended) installation, please check out the command-line
1725parameters of the Inno Setup framework
1826https://jrsoftware.org/ishelp/index.php?topic=setupcmdline[here]
You can’t perform that action at this time.
0 commit comments