Skip to content

Releases: aarjaneiro/QtLean

0.7.2 - Binaries + Install Script

05 Apr 15:47
Compare
Choose a tag to compare
Pre-release

This release contains a .tar.gz including precompiled binaries with an associated install script to download all dependencies. To install, cd into the unarchived directory and run bash install.sh

Release 0.7.1 -- DEB and RPM Packaging

23 Mar 23:35
c4b52b8
Compare
Choose a tag to compare
Pre-release

Using CPack, deb and rpm support is enabled.
Edit (removes precompiled .deb, .rpm from release) -- for now, the ability to generate .deb and .rpm is enabled in the CMake file. Unfortunately, a non-trivial solution will be needed to allow for proper configuration given it seems /home/$USER must be determined before compilation.

Release 0.7 - Python Configuration

22 Mar 22:31
c4b52b8
Compare
Choose a tag to compare
Pre-release

Configuration is now done via CMake for better compatibility. Moreover, QtLean should now work on any Lean directory (as no longer is it the case that a configure script needs to be run on a directory to use Python).

If your Python is unable to be configured via CMake, run the following in your Lean root directory and then modify
the generated PythonConfig.h file in your build directory with the result:
py_configure.sh

Release 0.6 - Installation Fixes

19 Mar 09:16
Compare
Choose a tag to compare
Pre-release

The installation process is improved such that CMake user-specified prefixes control installation directory. Also adds a directory selector so that the user may select a Lean directory to use QtLean with without having to call QtLean from said directory.

Release 0.5

17 Mar 22:55
Compare
Choose a tag to compare
Release 0.5 Pre-release
Pre-release

Note that the attached binary must be used with QtLean and the assets as configured upon running mkdir build && cmake .. and are included in the event that make install fails for the user. Specifically, one can skip the make step by simply including the binary in the build directory and then can install by running bash install_user.sh