Skip to content

polmes/xflr5-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

XFLR5 for Ubuntu

This repo provides the latest XFLR5 (currently v6.61) patched for Ubuntu 22.04 LTS

Installation

1. First of all, start by installing the required dependencies:

sudo apt install build-essential libgl1-mesa-dev qt5-qmake qtbase5-dev

2. Download the files from this repo and extract them:

cd /path/to/repo/
git clone https://github.com/polmes/xflr5-ubuntu.git

3. Follow the standard install procedure:

cd /path/to/repo/xflr5/
qmake
make # will take a while
sudo make install # create executable
sudo ldconfig # make the new shared libraries available

At this point, you should be all ready to go. You can check by running XFLR5 from the command line:

/usr/local/bin/xflr5

4. Finally, in order to run the software more easily, link the provided *.desktop file to your preferred location:

ln -sf /usr/local/share/xflr5/xflr5.desktop ~/.local/share/applications/

And now you should be able to launch XFLR5 from the Activities Overview.

Credits

Original code by techwinder on SourceForge. All credits to them for building such an awesome piece of software!

Distributed under the GNU General Public License (GPL) v3.

About

How to install the latest XFLR5 version on Ubuntu Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published