Changeset ce69f84
- Timestamp:
- 08/15/2021 03:48:31 PM (22 months ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ac336b2
- Parents:
- 1b893a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/wayland-protocols.xml
r1b893a7 rce69f84 91 91 </para> 92 92 93 <screen><userinput> ./configure --prefix=/usr&&94 make</userinput></screen>93 <screen><userinput>meson --prefix=/usr --buildtype=release && 94 ninja</userinput></screen> 95 95 96 96 <para> 97 To test the results, issue: <command> make check</command>.97 To test the results, issue: <command>ninja test</command>. 98 98 </para> 99 99 … … 102 102 </para> 103 103 104 <screen role="root"><userinput> makeinstall</userinput></screen>104 <screen role="root"><userinput>ninja install</userinput></screen> 105 105 </sect2> 106 106
Note:
See TracChangeset
for help on using the changeset viewer.