Skip to content

Commit f023ac1

Browse files
authored
Update README.md
1 parent ebd112a commit f023ac1

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,23 @@ Support this project and keep always updated about recent software releases, bug
1212
![badge-language](https://img.shields.io/badge/language-C++-blue)
1313
![badge-license](https://img.shields.io/badge/license-GPL-blue)
1414

15-
Copyright (c) 2016-2019 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
15+
Copyright (c) 2016-2021 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
1616
<b>DQuickLTFit</b> - A least-square fitting tool for the analysis of positron lifetime spectra consisting of discrete characteristic lifetimes using the Levenberg-Marquardt algorithm.<br>
1717

1818
<br>![DQuickLTFit](/TestData/Software.png)
1919

2020
# Quickstart Guide on Windows OS <img src="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png" width="25" height="25">
2121

22-
* Download the latest software release (<b>DQuickLTFit_v4_1.rar</b>): https://github.com/dpscience/DQuickLTFit/releases
23-
* Unzip <b>DQuickLTFit_v4_1.rar</b>.
22+
## ``Option 1: via installer``
23+
* Download the latest installer (<b>installer_DDRS4PALS-v1.14.exe</b>): https://github.com/dpscience/DDRS4PALS/releases
24+
* Run the installer.
25+
* Run the <b>DQuickLTFit</b> executable.
26+
27+
<b>The repository of the DQuickLTFit-installer can be found</b> [here.](https://github.com/dpscience/DQuickLTFit-installer)
28+
29+
## ``Option 2: manual installation``
30+
* Download the latest software release (<b>DQuickLTFit_v4_2.rar</b>): https://github.com/dpscience/DQuickLTFit/releases
31+
* Unzip <b>DQuickLTFit_v4_2.rar</b>.
2432
* Download and install the Visual C++ Redistributable Package (x64) if required: https://www.microsoft.com/de-de/download/details.aspx?id=48145
2533
* Run the <b>DQuickLTFit</b> executable.
2634

@@ -33,6 +41,8 @@ You can cite all versions by using the <b>DOI 10.5281/zenodo.1168285</b>. This D
3341
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1168285.svg)](https://doi.org/10.5281/zenodo.1168285)
3442

3543
## ``v4.x``
44+
DQuickLTFit v4.2:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3356830.svg)](https://doi.org/10.5281/zenodo.3356830)<br>
45+
3646
DQuickLTFit v4.1:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3356830.svg)](https://doi.org/10.5281/zenodo.3356830)<br>
3747

3848
DQuickLTFit v4.0:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1414142.svg)](https://doi.org/10.5281/zenodo.1414142)<br>
@@ -48,7 +58,8 @@ DQuickLTFit v3.0:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1202345
4858
DQuickLTFit v2.06:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1168286.svg)](https://doi.org/10.5281/zenodo.1168286)<br>
4959

5060
# License (GNU General Public License) <img src="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png" width="25" height="25">
51-
Copyright (c) 2016-2019 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br>
61+
62+
Copyright (c) 2016-2021 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br>
5263

5364
<p align="justify">This program is free software: you can redistribute it and/or modify<br>
5465
it under the terms of the GNU General Public License as published by<br>
@@ -65,13 +76,14 @@ For more details see [GNU General Public License v3](https://www.gnu.org/license
6576

6677
<b>DQuickLTFit</b> is written in C++ using the [Qt-Framework](https://www.qt.io/) licensed under the [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0)
6778

68-
The following 3rd party libraries are used by <b>DQuickLTFit</b> software.<br>
79+
The following 3rd party library is used by <b>DQuickLTFit</b> software.<br>
80+
81+
### ``MPFIT (MINPACK-1)``
82+
* [MPFIT: A MINPACK-1 Least Squares Fitting Library in C](https://www.physics.wisc.edu/~craigm/idl/cmpfit.html)<br>
6983

70-
### ``MPFIT (ported from MINPACK-1)``
71-
* [A C library for solving the non-linear least-square problem using the Levenberg-Marquardt algorithm.](https://www.physics.wisc.edu/~craigm/idl/cmpfit.html)
72-
The disclaimer of MPFIT library can be found [here](/Fit/mpfit_DISCLAIMER).
84+
The disclaimer of MPFIT library can be found [here.](/Fit/mpfit_DISCLAIMER).
7385

74-
# Deploy DQuickLTFit from Source Files using QtCreator<img src="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png" width="25" height="25">
86+
# Deploy DQuickLTFit from Sources using QtCreator<img src="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png" width="25" height="25">
7587

7688
* Download the QtCreator and the [Qt-framework](https://www.qt.io/download) (at least v5.x).
7789
* Download and Setup the MS Visual Studio compiler (at least version 2013). It should also work with any other compiler e.g. MinGW but I recommend using VS compiler.

0 commit comments

Comments
 (0)