[Genabel-commits] r1722 - pkg/OmicABELnoMM/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 6 14:17:53 CEST 2014
Author: afrank
Date: 2014-05-06 14:17:53 +0200 (Tue, 06 May 2014)
New Revision: 1722
Modified:
pkg/OmicABELnoMM/doc/howtocompile.txt
Log:
Added description of installation for ubuntu-like systems including required libraries.
Modified: pkg/OmicABELnoMM/doc/howtocompile.txt
===================================================================
--- pkg/OmicABELnoMM/doc/howtocompile.txt 2014-05-01 08:42:40 UTC (rev 1721)
+++ pkg/OmicABELnoMM/doc/howtocompile.txt 2014-05-06 12:17:53 UTC (rev 1722)
@@ -38,4 +38,32 @@
Optional:
-n --ngred if the file in snp has a different model like direct data genotipic (2 columns per snp) specify -n 2, default is 1
--t --thr amount of threads to use, use = as the amount of physical processors in the system (max)
\ No newline at end of file
+-t --thr amount of threads to use, use = as the amount of physical processors in the system (max)
+
+
+
+-------------------------Alternative Version-------------------------
+
+Install all required libraries for your system:
+
+-Iinux ubuntu:
+
+sudo apt-get install libopenblas-dev
+sudo apt-get install libopenblas-base
+sudo apt-get install liblapack3gf
+sudo apt-get install liblapack-doc
+sudo apt-get install liblapack-dev
+sudo apt-get install liblapacke
+sudo apt-get install liblapacke-dev
+
+-Make sure autoconf is installed:
+
+sudo apt-get install autoconf
+autoreconf -fi
+autoconf
+make
+
+
+
+
+
More information about the Genabel-commits
mailing list