diff options
author | pkerling <pkerling@casix.org> | 2018-12-20 11:18:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 11:18:07 +0100 |
commit | 1b7b4bea81bb7266c99b193c77a32dbd538d9a8e (patch) | |
tree | ae9e4640bde353f7a1ffe1f8f02fc3bf60733596 | |
parent | 817e7a8ca3bf662fc481c37b40ef62ab2cca53f7 (diff) | |
parent | 98e4f68b6987d5da0f2c7e0070c5f4e8f7945efe (diff) |
Merge pull request #15074 from halfwit/patch-1
Update README.FreeBSD.md
-rw-r--r-- | docs/README.FreeBSD.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.FreeBSD.md b/docs/README.FreeBSD.md index 7574f23a31..2a35a4db30 100644 --- a/docs/README.FreeBSD.md +++ b/docs/README.FreeBSD.md @@ -74,7 +74,7 @@ If you get a `package not found` type of message with the below command, remove Install build dependencies: ``` -sudo pkg install autoconf automake avahi-app binutils cmake curl dbus doxygen dri2proto dri3proto e2fsprogs-libuuid enca encodings flac flatbuffers font-util fontconfig freetype2 fribidi gawk gettext-tools giflib git glew glproto gmake gmp gnutls gperf gstreamer1-vaapi hal inputproto jpeg-turbo libaacs libass libbdplus libbluray libcapn libcdio libcec libedit libfmt libgcrypt libgpg-error libidn libinotify libmicrohttpd libnfs libogg libplist librtmp libtool libudev-devd libva libvdpau libvorbis libxslt lirc lzo2 m4 mesa-libs mysql57-client nasm openjdk8 p8-platform pkgconf python2 rapidjson samba46 shairplay sndio sqlite3 swig30 taglib tiff tinyxml xf86-input-keyboard xf86-input-mouse xf86vidmodeproto xorg-server xrandr zip +sudo pkg install autoconf automake avahi-app binutils cmake curl dbus doxygen e2fsprogs-libuuid enca encodings flac flatbuffers font-util fontconfig freetype2 fribidi gawk gettext-tools giflib git glew gmake gmp gnutls gperf gstreamer1-vaapi hal jpeg-turbo libaacs libass libbdplus libbluray libcapn libcdio libcec libedit libfmt libgcrypt libgpg-error libidn libinotify libmicrohttpd libnfs libogg libplist librtmp libtool libudev-devd libva libvdpau libvorbis libxslt lirc lzo2 m4 mesa-libs mysql57-client nasm openjdk8 p8-platform pkgconf python2 rapidjson samba46 shairplay sndio sqlite3 swig30 taglib tiff tinyxml xf86-input-keyboard xf86-input-mouse xorg-proto xorg-server xrandr zip ``` **WARNING:** Make sure you copy paste the entire line or you might receive an error or miss a few dependencies. |