forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
51 lines (37 loc) · 1.58 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
******************************************************************************
*
* ESPResSo installation
*
******************************************************************************
The ESPResSo compilation and installation process is decribed in
detail in the ESPResSo user's guide. When you have obtained the
sources in a .tar.gz file, the user's guide can be found in the file
"ug.pdf" in the subdirectory "doc/ug/" relative to the directory where
this file resided.
When you have obtained the sources from the git repository or by other
means, the user's guide can be found on the ESPResSo-Homepage at
http://espressomd.org
QUICK START
-----------
In most cases, once you have obtained the sources, compiling and
running ESPResSo requires only two steps:
> ./configure
> make
If you have the development sources (obtained from out git source code
repository), you first have to execute
> ./bootstrap.sh
to generate the required configure script.
When these steps have completed successfully, you can run Espresso with
help of the command
> ./Espresso
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
LICENSE
-------
Copyright (C) 2010,2011,2012,2013 The ESPResSo project
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.