Skip to content

Commit ee8ecd2

Browse files
committed
Remove incorrect instructions
1 parent 4c32543 commit ee8ecd2

1 file changed

Lines changed: 0 additions & 67 deletions

File tree

doc/motion_build.html

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ <h1>
6868
<div class="dropdown-content">
6969
<a href="#Preparation_For_Building"> Preparation For Building </a>
7070
<a href="#BUILD_DEBIAN">Debian/Ubuntu/Raspberry Pi OS</a>
71-
<a href="#BUILD_OPENSUSE">Open SUSE</a>
7271
<a href="#BUILD_FREEBSD">Free BSD</a>
7372
<a href="#BUILD_CENTOS">CentOS</a>
7473
<a href="#BUILD_MACOSX">MacOSX </a>
@@ -311,72 +310,6 @@ <h4><a name="BUILD_DEBIAN"></a>Debian/Ubuntu/Raspberry Pi OS</a> </h4>
311310
<p></p>
312311
<p></p>
313312

314-
<h4><a name="BUILD_OPENSUSE"></a>openSUSE</a> </h4>
315-
<ul>
316-
<li>Required</li>
317-
<ul>
318-
<p></p>
319-
<code><strong>sudo zypper install autoconf automake autopoint libtool git </strong></code>
320-
<p></p>
321-
<code><strong>sudo zypper install --type pattern devel_basis </strong></code>
322-
<p></p>
323-
<code><strong>sudo zypper install libjpeg8-devel gettext libmicrohttpd </strong></code>
324-
<p></p>
325-
<code><strong>sudo zypper install -t pattern devel_C_C++ </strong></code>
326-
<p></p>
327-
</ul>
328-
<p></p>
329-
<li>Optional Packages</li>
330-
<ul>
331-
<li>FFMpeg Functionality(Required for creating movies, using network cameras, etc. SEE NOTE BELOW!)</li>
332-
<ul>
333-
<p></p>
334-
<code><strong>sudo zypper ar -f -n packman-essentials http://packman.inode.at/suse/openSUSE_13.1/Essentials/ packman-essentials</strong></code>
335-
<p></p>
336-
<code><strong>sudo zypper ar -f -n packman-multimedia http://packman.inode.at/suse/openSUSE_13.1/Multimedia/ packman-multimedia</strong></code>
337-
<p></p>
338-
<code><strong>sudo zypper install libffmpeg-devel</strong></code>
339-
<p></p>
340-
</ul>
341-
<li>MySQL database functionality</li>
342-
<ul>
343-
<p></p>
344-
<code><strong>Not known by author</strong></code>
345-
<p></p>
346-
</ul>
347-
<li>MariaDB database functionality</li>
348-
<ul>
349-
<p></p>
350-
<code><strong>Not known by author</strong></code>
351-
<p></p>
352-
</ul>
353-
<li>PostgreSQL database functionality</li>
354-
<ul>
355-
<p></p>
356-
<code><strong>Not known by author</strong></code>
357-
<p></p>
358-
</ul>
359-
<li>SQLite3 database functionality</li>
360-
<ul>
361-
<p></p>
362-
<code><strong>Not known by author</strong></code>
363-
<p></p>
364-
</ul>
365-
<li>Webp Image Support</li>
366-
<ul>
367-
<p></p>
368-
<code><strong>sudo zypper install libwebp-devel </strong></code>
369-
<p></p>
370-
</ul>
371-
</ul>
372-
Important ffmpeg note: The ffmpeg libraries indicated above are provided by a external repository. This may
373-
change in the future. Validate that the repository is still valid when doing the install on openSUSE systems.
374-
The default for the configure is to require that ffmpeg is installed. Use the configure option to
375-
compile without the ffmpeg functionality.
376-
</ul>
377-
<p></p>
378-
<p></p>
379-
380313
<h4><a name="BUILD_FREEBSD"></a>FreeBSD</a> </h4>
381314
<ul>
382315
<li>Required packages</li>

0 commit comments

Comments
 (0)