Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa authored Aug 24, 2018
1 parent 64e05fb commit 87d73a0
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
## Petra-M geometry

Geometry editor interface

### Build/Install
These steps are common to all PetraM module installation

1) decide install destination and set enviromental variables, PetraM

example)
- export PetraM=/usr/local/PetraM (public place)
- export PetraM=/Users/shiraiwa/sandbox_root/PetraM (user directory)

2) add PYTHONPATH
- if you dont have, make python package directory
mkdir -p $PetraM/lib/python2.7/site-packages
- set PYTHONPATH
export PYTHONPATH=$PetraM/lib/python2.7/site-packages:$PYTHONPATH

4) prepare Makefile
use a file in Makefile_templates.
Makefile_default may work well.

5) build
- make

6) install
- make install

0 comments on commit 87d73a0

Please sign in to comment.