You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
4
4
<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>
5
5
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.
7
7
8
8
<br>
9
9
@@ -14,6 +14,7 @@ You can cite all versions by using the <b>DOI 10.5281/zenodo.1168285</b>. This D
@@ -30,7 +31,7 @@ MPFIT was ported from [MINPACK-1](http://www.netlib.org/minpack/) library [2,3].
30
31
The disclaimer of MPFIT library can be found [here](/Fit/mpfit_DISCLAIMER).<br>
31
32
32
33
# 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>
34
35
35
36
<palign="justify">This program is free software: you can redistribute it and/or modify<br>
36
37
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>
43
44
44
45
For more details see [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0)
45
46
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
47
51
1. Download [Qt-framework](https://www.qt.io/download) (at least v5.x).
48
52
2. Download and Setup MS Visual Studio Compiler 2013 (or any newer version) .
49
53
3. Compile (x86/x64) and Run the code on your Machine.
0 commit comments