Skip to content

Commit cb8df33

Browse files
authored
Update README.md
1 parent e752d15 commit cb8df33

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# DQuickLTFit <img src="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png" width="25" height="25">
1+
# DQuickLTFit <img src="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png" width="25" height="25">
22

3-
Copyright (c) 2016-2018 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
3+
Copyright (c) 2016-2019 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
44
<b>DQuickLTFit</b> - A Least-Square Fitting Tool for the Analysis of Positron-Lifetime Spectra consisting of discrete specific Lifetimes using the Levenberg-Marquardt Algorithm<br>
55

6-
#### We recommend the use of DQuickLTFit v4.0 and higher since this is the first stable version.
6+
#### We recommend the use of DQuickLTFit v4.0 or higher as this is the first stable version.
77

88
<br>![DQuickLTFit](/TestData/Software.png)
99

@@ -14,6 +14,7 @@ You can cite all versions by using the <b>DOI 10.5281/zenodo.1168285</b>. This D
1414
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1168285.svg)](https://doi.org/10.5281/zenodo.1168285)
1515

1616
## v4.x
17+
DQuickLTFit v4.1:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1414142.svg)](https://doi.org/10.5281/zenodo.1414142)<br>
1718
DQuickLTFit v4.0:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1414142.svg)](https://doi.org/10.5281/zenodo.1414142)<br>
1819

1920
## v3.x
@@ -30,7 +31,7 @@ MPFIT was ported from [MINPACK-1](http://www.netlib.org/minpack/) library [2,3].
3031
The disclaimer of MPFIT library can be found [here](/Fit/mpfit_DISCLAIMER).<br>
3132

3233
# License (GNU General Public License)
33-
Copyright (c) 2016-2018 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
34+
Copyright (c) 2016-2019 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.<br><br>
3435

3536
<p align="justify">This program is free software: you can redistribute it and/or modify<br>
3637
it under the terms of the GNU General Public License as published by<br>
@@ -43,7 +44,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br></p>
4344

4445
For more details see [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0)
4546

46-
# Setup
47+
# Run executable (*.exe)
48+
The executable (and binary files) can be either downloaded from <b>zenodo platform</b> by following the related DOI (see above) or from the corresponding release.
49+
50+
# Setup from source files
4751
1. Download [Qt-framework](https://www.qt.io/download) (at least v5.x).
4852
2. Download and Setup MS Visual Studio Compiler 2013 (or any newer version) .
4953
3. Compile (x86/x64) and Run the code on your Machine.

0 commit comments

Comments
 (0)