mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
remove deps rendered unnecessary by libavdevice-dev
This commit is contained in:
parent
356c60a6ed
commit
bb4a5d09ac
3
.github/workflows/ubuntu_test.yml
vendored
3
.github/workflows/ubuntu_test.yml
vendored
@ -26,10 +26,7 @@ jobs:
|
|||||||
cmake \
|
cmake \
|
||||||
doctest-dev \
|
doctest-dev \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
libavcodec-dev \
|
|
||||||
libavformat-dev \
|
|
||||||
libavdevice-dev \
|
libavdevice-dev \
|
||||||
libavutil-dev \
|
|
||||||
libdeflate-dev \
|
libdeflate-dev \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
libqrcodegen-dev \
|
libqrcodegen-dev \
|
||||||
|
11
INSTALL.md
11
INSTALL.md
@ -16,13 +16,12 @@ There are no submodules. Dependencies are fairly minimal.
|
|||||||
|
|
||||||
Install build dependencies:
|
Install build dependencies:
|
||||||
|
|
||||||
`apt-get install build-essential cmake doctest-dev libavformat-dev libavdevice-dev libavutil-dev libdeflate-dev libgpm-dev libncurses-dev libqrcodegen-dev libswscale-dev libunistring-dev pandoc pkg-config`
|
`apt-get install build-essential cmake doctest-dev libavdevice-dev libdeflate-dev libgpm-dev libncurses-dev libqrcodegen-dev libswscale-dev libunistring-dev pandoc pkg-config`
|
||||||
|
|
||||||
If you only intend to build core Notcurses (without multimedia support), you can
|
If you only intend to build core Notcurses (without multimedia support), you
|
||||||
omit `libavformat-dev`, `libavdevice-dev`, `libavutil-dev`, and `libswscale-dev`
|
can omit `libavdevice-dev` from this list. `zlib1g-dev` can be substituted for
|
||||||
from this list. `zlib1g-dev` can be substituted for `libdeflate-dev`; build with
|
`libdeflate-dev`; build with `-DUSE_DEFLATE=off` in this case. If you don't
|
||||||
`-DUSE_DEFLATE=off` in this case. If you don't want to generate QR codes, you
|
want to generate QR codes, you can omit 'libqrcodegen-dev'.
|
||||||
can omit 'libqrcodegen-dev'.
|
|
||||||
|
|
||||||
If you want to build the Python wrappers, you'll also need:
|
If you want to build the Python wrappers, you'll also need:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user