README: remove comment about /usr/include/netdb.h (may be incorrect)

This commit is contained in:
fduncanh
2021-11-11 07:53:48 -05:00
parent eb572479ea
commit 94f21e2a45
3 changed files with 3 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
<p><em>This is a pull request on the original site https://github.com/antimof/UxPlay ; it may or may not ever get committed into the codebase on the antimof site, as that project appears to no longer be active. If the pull request ever gets committed, replace “FDH2” by “antimof” in the above.</em></p>
<h1 id="building-this-version">Building this version:</h1>
<p>(Instructions for Ubuntu; adapt these for other Linuxes; for macOS, see below).</p>
<p>You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. (For recent glibc (or libc6) 2.32 or later, an obsolete RPC header file netdb.h (needed by UxPlay) has been removed; install libtirpc-dev which now provides a compatible implementation, if the compiler reports that it is missing.)</p>
<p>You need a C/C++ compiler (e.g. g++) with the standard development libraries installed.</p>
<p>Make sure that cmake&gt;=3.4.1 and pkg-config are also installed: “sudo apt-get install cmake pkg-config”. In a terminal window, change directories to the source directory of the downloaded source code (“UxPlay-master” for zipfile downloads, “UxPlay” for “git clone” downloads), then do</p>
<ol type="1">
<li><code>sudo apt-get install libssl-dev libplist-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-plugins-bad</code></li>

View File

@@ -50,9 +50,7 @@ If the pull request ever gets committed, replace "FDH2" by "antimof" in the abov
(Instructions for Ubuntu; adapt these for other Linuxes; for macOS, see below).
You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. (For recent glibc (or libc6) 2.32 or later,
an obsolete RPC header file netdb.h (needed by UxPlay) has been removed; install libtirpc-dev which now provides a compatible implementation,
if the compiler reports that it is missing.)
You need a C/C++ compiler (e.g. g++) with the standard development libraries installed.
Make sure that cmake>=3.4.1 and pkg-config are also installed: "sudo apt-get install cmake pkg-config".
In a terminal window, change directories to the source directory of the

View File

@@ -62,10 +62,7 @@ Building this version:
below).
You need a C/C++ compiler (e.g. g++) with the standard development
libraries installed. (For recent glibc (or libc6) 2.32 or later, an
obsolete RPC header file netdb.h (needed by UxPlay) has been removed;
install libtirpc-dev which now provides a compatible implementation, if
the compiler reports that it is missing.)
libraries installed.
Make sure that cmake\>=3.4.1 and pkg-config are also installed: "sudo
apt-get install cmake pkg-config". In a terminal window, change