From e1ffc14d866fe7bac59e59da4616cbb02e385d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Sat, 30 Jan 2021 11:10:48 -0500 Subject: [PATCH] Added Flatpak install info for LeoCAD --- docs/README.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/README.txt b/docs/README.txt index a85fdd8e..e8354cbc 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -23,11 +23,25 @@ rendering. - LeoCAD for Linux: + There are few options to install LeoCAD on Linux. + + * AppImage: + Download the latest LeoCAD-Linux.AppImage, make the file executable (chmod +x) and run it. + * Flatpak: + + You can also install LeoCAD releases as a Flatpak from Flathub: + https://flathub.org/apps/details/org.leocad.LeoCAD + + Note: there might be a delay for new releases to appear there. If + you have it already installed, it will be updated. + + * From source: + If you prefer to compile LeoCAD yourself, go to the GitHub releases page - at https://github.com/leozide/leocad/releases/latest and download the + at https://github.com/leozide/leocad/releases/latest and download the source archive from there. If you do not already have a Parts Library installed, you will need to download one and follow the installation instructions. More information on how to compile your own executable is