From 8663c9229319c2d6bcf76bb843ccfc8f38a6f72f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 25 Oct 2012 16:36:45 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9012 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README b/python/README index 443073f18d..27997582b5 100644 --- a/python/README +++ b/python/README @@ -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