- Table of contents
- Stable release 1.21.0 (April 2023)
Stable release 1.21.0 (April 2023)¶
Source code (release 1.21.0)¶
get it from gitlab repository
git clone -b 1.21.0 https://gitlab.lam.fr/jclamber/glnemo2.git
To install glnemo2 from sources, see installation.
Mac OS X 10.6 and above binary¶
Mac OS X binary (QT5) DMG is here -> glnemo2 1.21.0
Once you have extracted glnemo2 DMG package, you can install it by dragging glnemo2 icon into Applications folder from finder windows.
To have access to glnemo2 directly from a terminal command line, you have to add the following line into your ".bashrc" file:
export PATH=/Applications/glnemo2.app/Contents/MacOS:$PATH
Mac OS X LATEST VERSION¶
Mac OS X binary (QT5) DMG is here -> glnemo2 1.21.1-dev
Once you have extracted glnemo2 DMG package, you can install it by dragging glnemo2 icon into Applications folder from finder windows.
To have access to glnemo2 directly from a terminal command line, you have to add the following line into your ".bashrc" file:
export PATH=/Applications/glnemo2.app/Contents/MacOS:$PATH
Linux binaries packages¶
Ubuntu 23.04¶
DEB : glnemo2-1.21.0.ubuntu23.04.x86_64.deb
Install with command (as root):
sudo apt-get install ./glnemo2-1.21.0.ubuntu23.04.x86_64.deb
Ubuntu 22.10¶
DEB : glnemo2-1.21.0.ubuntu22.10.x86_64.deb
Install with command (as root):
sudo apt-get install ./glnemo2-1.21.0.ubuntu22.10.x86_64.deb
Ubuntu 22.04¶
DEB : glnemo2-1.21.0.ubuntu22.04.x86_64.deb
Install with command (as root):
sudo apt-get install ./glnemo2-1.21.0.ubuntu22.04.x86_64.deb
Ubuntu 20.04¶
DEB : glnemo2-1.21.0.ubuntu20.04.x86_64.deb
Install with command (as root):
sudo apt-get install ./glnemo2-1.21.0.ubuntu20.04.x86_64.deb
- do not forget to run sudo apt-get -f install to resolve missing dependencies
- do not forget to run sudo apt-get -f install to resolve missing dependencies
Fedora 37¶
RPM : glnemo2-1.21.0.fc37.x86_64.rpm
Install with command (as root):
yum install ./glnemo2-1.21.0.fc37.x86_64.rpm
Fedora 36¶
RPM : glnemo2-1.21.0.fc36.x86_64.rpm
Install with command (as root):
yum install ./glnemo2-1.21.0.fc36.x86_64.rpm
Fedora 35¶
RPM : glnemo2-1.21.0.fc35.x86_64.rpm
Install with command (as root):
yum install ./glnemo2-1.21.0.fc35.x86_64.rpm
Fedora 34¶
RPM : glnemo2-1.21.0.fc34.x86_64.rpm
Install with command (as root):
yum install ./glnemo2-1.21.0.fc34.x86_64.rpm
OpenSuse15.3¶
RPM : glnemo2-1.21.0.opensuse15.3.x86_64.rpm
Install with command (as root):
zipper install ./glnemo2-1.21.0.opensuse15.3.x86_64.rpm
OpenSuse15.2¶
RPM : glnemo2-1.21.0.opensuse15.2.x86_64.rpm
Install with command (as root):
zipper install ./glnemo2-1.21.0.opensuse15.2.x86_64.rpm
OpenSuse Tembleweed¶
RPM : glnemo2-1.21.0.opensuse-tembleweed.x86_64.rpm
Install with command (as root):
zipper install ./glnemo2-1.21.0.opensuse-tembleweed.x86_64.rpm
Centos 8¶
RPM centos7: glnemo2-1.21.0.el8.x86_64.rpm
Install with command (as root):
yum install ./glnemo2-1.21.0.el8.x86_64.rpm
Centos 7¶
RPM centos7: glnemo2-1.21.0.el7.x86_64.rpm
Install with command (as root):
centos 7 yum install ./glnemo2-1.21.0.el7.x86_64.rpm
You might need to install EPL repository to get Qt5, proceed as following
sudo yum install epel-release sudo sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 (for CentOS 7)
Windows binary¶
- Windows 32 bits binary (Qt5) is here -> glnemo2 1.10.0 32 bits
- Windows 64 bits binary (Qt5) is here -> glnemo2 1.10.0 64 bits
To install glnemo2 from sources, see installation.
Daily "DMG package" for Mac OS X 10.6 and above ().