-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |