-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
32 lines (23 loc) · 1.02 KB
/
Readme.txt
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
NanoShaper readme
=================
NanoShaper is GPL licensed software please read the attached license.txt file.
Contents:
=========
- "\build" build directory for standalone application
- "\build_lib" build directory for DelPhi library
- "\build_python" build directory for Python module
- "\doc" C++ automatically generated classes documentation
- "\CGALPatch" CGAL patch files
- "\src" C++ sources
- "\example" example usage of standalone NanoShaper
- "\example_python" example usage of Python NanoShaper module
- "\example_DelPhi" example usage of DelPhi + NanoShaper library
Installation
============
On Windows precompiled executables are on the \bin folder. For Linux and Mac
it is required that you compile the code. Two modes are possible:
1) In the automatic mode you just type
python setup.py
And a user friendly installation will start.
2) The other possibility is the manual compilation and it is valid
for any O.S. This mode is detailed on the guide in pdf format.