helma / lazar-core

DEPRECATED (use the pure ruby implementation in conjunction with libfminer in opentox-algorithm and opentox-model), C++ implementation of various lazar algorithms

This URL has Read+Write access

lazar-core / INSTALL
100644 24 lines (15 sloc) 0.624 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
============
Installation
============
 
These are build instructions for Ubuntu, a Debian-based Linux distribution, release 7.04 (Feisty Fawn). For other distributions the process should differ only slightly.
 
 
Preliminaries
=============
 
bin-libs
---------
GNU Scientific Library (GSL) (issue as root):
box:~$ aptitude install libgsl0-dev libgfortran1-dev build-essential
 
 
Compilation
===========
 
svn checkout svn://www.in-silico.de/lazar/trunk (obviously you have already done this)
cd trunk/ && make
 
After successful compilation, you should have created (among others) the executable lazar in the current directory.