Skip to content

Commit

Permalink
readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Hugon committed Jun 16, 2017
1 parent 9d159c5 commit 8006f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Amoeba
##Summary
## Summary
Minimization algorithms using amoeba, random scanning and annealing.
The documentation can be found here: https://www.ge.infn.it/~chugon/Amoeba/html/

The examples on how to use each of the methods are in programs/test_*.cxx

##Compilation:
## Compilation:

Amoeba uses cmake. It has only the standard libraries (c++11) as dependency:

Expand All @@ -14,7 +14,7 @@ Amoeba uses cmake. It has only the standard libraries (c++11) as dependency:
cmake ..
make

##Using it as external library
## Using it as external library
No installation script is done yet. To compile with it, just configure the environement variable AMOEBA_ROOT, then add

-L${AMOEBA_ROOT}/build -lamoeba -I${AMOEBA_ROOT}/include/amoeba
Expand Down

0 comments on commit 8006f6a

Please sign in to comment.