git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9012 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-10-25 16:36:45 +00:00
parent 7d1c3ed324
commit 8663c92293
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ doc/Section_python.html and in doc/Section_start.html#start_5.
Basically you need to follow these steps in the src directory:
% make makeshlib # creates Makefile.shlib
% make -f Makefile.shlib g++ # or whatever machine target you wish
% make -f Makefile.shlib g++ # build for whatever machine target you wish
% make install-python # may need to do this via sudo
You can replace the last step with running the python/install.py