-
Notifications
You must be signed in to change notification settings - Fork 188
/
Copy pathINSTALL
34 lines (24 loc) · 885 Bytes
/
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
******************************************************************************
*
* ESPResSo installation
*
******************************************************************************
The ESPResSo compilation and installation process is decribed in
detail in the ESPResSo user's guide, which is available online at
https://espressomd.github.io/doc/index.html
QUICK START
-----------
Create a build directory and run CMake in it:
> mkdir build
> cd build
> cmake ..
> cmake --build .
When these steps have completed successfully, you can run ESPResSo with:
> ./pypresso
LICENSE
-------
Copyright (C) 2010-2025 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.