diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-10-29 11:41:38 -0400 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-10-29 11:41:38 -0400 |
commit | 516246a2c7ca83a055711b5703b3859560b5a23c (patch) | |
tree | b4388a627171db01bc0d47a37ab949255b9c63fa /contrib/splicex/README | |
parent | 78e607b3e4c55b830193dee5711b220e6ca79720 (diff) | |
download | resdb-516246a2c7ca83a055711b5703b3859560b5a23c.tar.gz resdb-516246a2c7ca83a055711b5703b3859560b5a23c.zip |
SpliceX `make pyinstall*` now `make install`
Diffstat (limited to 'contrib/splicex/README')
-rw-r--r-- | contrib/splicex/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/splicex/README b/contrib/splicex/README index 1a8bf8a..66d01a2 100644 --- a/contrib/splicex/README +++ b/contrib/splicex/README @@ -86,12 +86,12 @@ PYTHONIC (UN)INSTALL: SOURCE: ./configure <python[version]> --no-compile - make pyinstall + make install DEBIAN/UBUNTU: ./configure <python[version]> --no-compile - make pyinstall-deb + make install-deb UNINSTALL: |