ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/README
(Generate patch)

Comparing branches/development/README (file contents):
Revision 1639 by gezelter, Sat Sep 24 20:18:07 2011 UTC vs.
Revision 1651 by gezelter, Tue Sep 27 14:48:28 2011 UTC

# Line 54 | Line 54 | What you need to compile and use OpenMD:
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
# Line 63 | Line 64 | INSTRUCTIONS
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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines