Skip to content

Commit

Permalink
Added Readme and Authors files.
Browse files Browse the repository at this point in the history
Signed-off-by: Massimo Gengarelli <gengarel@cs.unibo.it>
  • Loading branch information
Massimo Gengarelli committed Jul 28, 2011
1 parent c3871ff commit 55a7f42
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
@@ -0,0 +1,2 @@
Massimo Gengarelli <massimo.gengarelli@gmail.com>

20 changes: 20 additions & 0 deletions README
@@ -0,0 +1,20 @@
Sensitive is a Software to calculate and plot data statistics using LaGrange or Newton.

It is far from being complete, final version will have a Graphical User Interface for the plots.


COMPILE ON WINDOWS
------------------

You need to have MinGW installed, after that is just as simple as cd'ing in the directory where you
have downloaded the sources and type "make". No installation process is required up to now.


COMPILE ON LINUX
----------------

You need to tune up the Makefiles a little to reflect the Unix's hierarchy and standard extensions for
libraries and executables (s/.dll/.so/g, for example).
After that, to execute the compiled binary you have to manually specify the LD_LIBRARY_PATH environment
variable. For example, using Bash:
LD_LIBRARY_PATH=. ./Sensitive
2 changes: 1 addition & 1 deletion Sensitive.cpp
Expand Up @@ -21,7 +21,7 @@


#include <iostream> #include <iostream>
#include <cstdio> #include <cstdio>

#include <vector>


#include <Renal/NextCalculator.h> #include <Renal/NextCalculator.h>
#include <Renal/NextException.h> #include <Renal/NextException.h>
Expand Down

0 comments on commit 55a7f42

Please sign in to comment.