polmes / xflr5-ubuntu

How to install the latest XFLR5 version on Ubuntu Linux

Home Page:http://www.xflr5.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.xflr5.com/


Languages

Language:C++ 91.3%Language:TeX 4.7%Language:HTML 1.9%Language:GLSL 1.0%Language:C 0.5%Language:QMake 0.4%Language:CSS 0.3%Language:Makefile 0.0%