changeset 157 | 0d8674e64221 |
parent 156 | 01a05c807e82 |
child 163 | 7c929ba47ba6 |
156:01a05c807e82 | 157:0d8674e64221 |
---|---|
75 ## Dependencies |
75 ## Dependencies |
76 |
76 |
77 * python-cython |
77 * python-cython |
78 * python-dev |
78 * python-dev |
79 |
79 |
80 ## Build |
80 ## Development |
81 |
81 |
82 $ python setup.py build_ext |
82 $ python setup.py build_ext |
83 |
83 |
84 ## Install |
|
85 |
|
86 $ make install PREFIX=/opt/pngtile |
|
87 $ /opt/pngtile/bin/python setup.py build_ext -I /opt/pngtile/include -L /opt/pngtile/lib -R /opt/pngtile/lib |
|
88 $ /opt/pngtile/bin/python setup.py install |
|
84 |
89 |
90 |