Changeset 8d52d869
- Timestamp:
- 01/27/2023 10:04:59 PM (8 weeks ago)
- Branches:
- 11.3, ken/inkscape-core-mods, trunk
- Children:
- 35879fc
- Parents:
- 4f124a8 (diff), cdabf95f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- general/prog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/patchelf.xml
r4f124a8 r8d52d869 80 80 </para> 81 81 82 <screen><userinput>./configure --prefix=/usr && 82 <screen><userinput>./configure --prefix=/usr \ 83 --docdir=/usr/share/doc/patchelf-&patchelf-version; && 83 84 make</userinput></screen> 84 85 … … 86 87 To test the results, issue: <command>make check</command>. 87 88 </para> 89 90 <para> 91 Now, as the &root; user: 92 </para> 93 94 <screen role="root"><userinput>make install</userinput></screen> 88 95 89 96 </sect2> -
general/prog/python-dependencies/meson_python.xml
r4f124a8 r8d52d869 69 69 <bridgehead renderas="sect5">Required</bridgehead> 70 70 <para role="required"> 71 <xref linkend="p ackaging"/>71 <xref linkend="pyproject-metadata"/> 72 72 </para> 73 73
Note:
See TracChangeset
for help on using the changeset viewer.