mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-06 22:59:02 -05: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 \
|
||||
doctest-dev \
|
||||
ffmpeg \
|
||||
libavcodec-dev \
|
||||
libavformat-dev \
|
||||
libavdevice-dev \
|
||||
libavutil-dev \
|
||||
libdeflate-dev \
|
||||
libncurses-dev \
|
||||
libqrcodegen-dev \
|
||||
|
11
INSTALL.md
11
INSTALL.md
@ -16,13 +16,12 @@ There are no submodules. Dependencies are fairly minimal.
|
||||
|
||||
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
|
||||
omit `libavformat-dev`, `libavdevice-dev`, `libavutil-dev`, and `libswscale-dev`
|
||||
from this list. `zlib1g-dev` can be substituted for `libdeflate-dev`; build with
|
||||
`-DUSE_DEFLATE=off` in this case. If you don't want to generate QR codes, you
|
||||
can omit 'libqrcodegen-dev'.
|
||||
If you only intend to build core Notcurses (without multimedia support), you
|
||||
can omit `libavdevice-dev` from this list. `zlib1g-dev` can be substituted for
|
||||
`libdeflate-dev`; build with `-DUSE_DEFLATE=off` in this case. If you don't
|
||||
want to generate QR codes, you can omit 'libqrcodegen-dev'.
|
||||
|
||||
If you want to build the Python wrappers, you'll also need:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user