Changeset ea529d1 for multimedia/libdriv/frei0r.xml
- Timestamp:
- 02/28/2019 12:39:03 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- dba494f
- Parents:
- 6d1176f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/frei0r.xml
r6d1176f5 rea529d1 62 62 <bridgehead renderas="sect4">Recommended</bridgehead> 63 63 <para> 64 <xref linkend='gavl'/>and65 <xref linkend='opencv'/>64 <xref linkend='gavl'/> <!--and 65 <xref linkend='opencv'/> --> 66 66 </para> 67 67 … … 89 89 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 90 90 -DCMAKE_BUILD_TYPE=Release \ 91 -DOpenCV_DIR=/usr/share/OpenCV \92 91 -Wno-dev .. && 93 92 … … 107 106 <para><command>sed ... facebl0r.cpp</command>: This command fixes a build 108 107 problem with the current opencv dependency. </para> 109 108 <!-- 110 109 <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter 111 110 helps the make procedure to find the <filename>libippicv.a</filename> 112 111 library, installed under that directory tree.</para> 113 112 --> 114 113 <para><option>-DWITHOUT_GAVL=ON</option>: This option instructs the make 115 114 procedure to disable building plugins dependent upon gavl.</para> 116 115 <!-- Option is enabled by default with our build. 117 116 <para><option>-DWITHOUT_OPENCV=ON</option>: This option instructs the make 118 117 procedure to disable building plugins dependent upon OpenCV.</para> 119 118 --> 120 119 </sect2> 121 120
Note:
See TracChangeset
for help on using the changeset viewer.