54 |
|
Open Babel: http://openbabel.org |
55 |
|
Qhull: http://www.qhull.org |
56 |
|
FFTW: http://www.fftw.org |
57 |
+ |
Doxygen: http://www.doxygen.org |
58 |
|
|
59 |
|
5) Some of the utility scripts depend on Python and Perl. These |
60 |
|
interpreters are common installations on most flavors of Unix and |
64 |
|
INSTRUCTIONS |
65 |
|
|
66 |
|
1) Get, build, and test the required pieces above. |
67 |
< |
2) cmake . |
68 |
< |
3) make |
69 |
< |
4) make install |
67 |
> |
2) mkdir build |
68 |
> |
3) cd build |
69 |
> |
4) cmake .. |
70 |
> |
5) make |
71 |
> |
6) sudo make install |
72 |
|
|
73 |
|
That's it. |