Changeset 2ddc1c52
- Timestamp:
- 05/29/2019 01:10:19 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 365d3d1
- Parents:
- c64b452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/pycairo.xml
rc64b452 r2ddc1c52 110 110 </para> 111 111 112 <screen role="root"><userinput>python2 setup.py install --optimize=1 && 113 python3 setup.py install --optimize=1</userinput></screen> 112 <screen role="root"><userinput>python2 setup.py install --optimize=1 && 113 python2 setup.py install_pycairo_header && 114 python2 setup.py install_pkgconfig && 115 python3 setup.py install --optimize=1 && 116 python3 setup.py install_pycairo_header && 117 python3 setup.py install_pkgconfig</userinput></screen> 114 118 <!-- Seems that install does the following too 115 119 python2 setup.py install_pycairo_header &&
Note:
See TracChangeset
for help on using the changeset viewer.