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-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>
16
16
<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>
17
17
18
18
<br>
19
19
20
20
# Quickstart Guide on Windows OS <imgsrc="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png"width="25"height="25">
21
21
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>.
24
32
* Download and install the Visual C++ Redistributable Package (x64) if required: https://www.microsoft.com/de-de/download/details.aspx?id=48145
25
33
* Run the <b>DQuickLTFit</b> executable.
26
34
@@ -33,6 +41,8 @@ You can cite all versions by using the <b>DOI 10.5281/zenodo.1168285</b>. This D
# License (GNU General Public License) <imgsrc="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>
52
63
53
64
<palign="justify">This program is free software: you can redistribute it and/or modify<br>
54
65
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
65
76
66
77
<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)
67
78
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>
69
83
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).
73
85
74
-
# Deploy DQuickLTFit from Source Files using QtCreator<imgsrc="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png"width="25"height="25">
86
+
# Deploy DQuickLTFit from Sources using QtCreator<imgsrc="https://github.com/dpscience/DQuickLTFit/blob/master/Images/IconPNGRounded.png"width="25"height="25">
75
87
76
88
* Download the QtCreator and the [Qt-framework](https://www.qt.io/download) (at least v5.x).
77
89
* 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