summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-24 09:30:25 +0300
committerAndreas Maunz <andreas@maunz.de>2012-08-24 09:30:25 +0300
commit38f719b62ee26648824c3f0c816b9188b75cdfc7 (patch)
treec3225300d934b2ceb0e2f9fc8a93da1edb35e5e5
parentd6c9e34aa6078489473f91c2e05652ce4de6081d (diff)
Fixed dpkg install for libgsl0dbl
-rw-r--r--_posts/2012-05-25-installation-issues.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2012-05-25-installation-issues.md b/_posts/2012-05-25-installation-issues.md
index 97db7bb..ea4adb5 100644
--- a/_posts/2012-05-25-installation-issues.md
+++ b/_posts/2012-05-25-installation-issues.md
@@ -19,6 +19,7 @@ Proceed as follows **before installing**.:
curl -L http://launchpadlibrarian.net/48177999/libgsl0-dev_1.14%2Bdfsg-1_amd64.deb > libgsl0-dev_1.14+dfsg-1_amd64.deb
curl -L http://launchpadlibrarian.net/48177998/libgsl0ldbl_1.14%2Bdfsg-1_amd64.deb > libgsl0ldbl_1.14+dfsg-1_amd64.deb
sudo dpkg -i libgsl0-dev_1.14+dfsg-1_amd64.deb
+ sudo dpkg -i libgsl0ldbl_1.14+dfsg-1_amd64.deb
In the above, adjust your architecture to `i386`, if necessary (please use 64 bit software where possible).