diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ therefore not least squares). Download using:<br> ``git clone https://www.av8n.com/cgit/poissfit`` -Requires the `libnlopt-cxx-dev` package, which is easily installable on Ubuntu and similar platforms. +The fitting program requires the `libnlopt-cxx-dev` package. +The SVD program requires `libarmadillo-dev` package. +Both of those are easily installable on Ubuntu and similar platforms. In the poissfit directory, compile using a simple `make` command. That works on my Ubuntu platform. Other platforms are likely |