Mercurial > hg > anonet-resdb
comparison contrib/splicex/README @ 707:67aa934958cf draft
SpliceX `make pyinstall*` now `make install`
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 29 Oct 2011 11:41:38 -0400 |
parents | de6fd9fc14e5 |
children | a26ee55f8c88 |
comparison
equal
deleted
inserted
replaced
706:de6fd9fc14e5 | 707:67aa934958cf |
---|---|
84 python (>=2.6), bash (>=4.1.5), man (>=2.5.7) | 84 python (>=2.6), bash (>=4.1.5), man (>=2.5.7) |
85 | 85 |
86 SOURCE: | 86 SOURCE: |
87 | 87 |
88 ./configure <python[version]> --no-compile | 88 ./configure <python[version]> --no-compile |
89 make pyinstall | 89 make install |
90 | 90 |
91 DEBIAN/UBUNTU: | 91 DEBIAN/UBUNTU: |
92 | 92 |
93 ./configure <python[version]> --no-compile | 93 ./configure <python[version]> --no-compile |
94 make pyinstall-deb | 94 make install-deb |
95 | 95 |
96 UNINSTALL: | 96 UNINSTALL: |
97 | 97 |
98 SOURCE: | 98 SOURCE: |
99 make uninstall | 99 make uninstall |