Update INSTALL.md

cmake wouldn't let me through without installing these two additional packages.
pull/1859/head
Tomek Szczęsny 3 years ago committed by Nick Black
parent fc4757289b
commit d7f643cd8c

@ -12,11 +12,11 @@ prepackaged on many distributions. Otherwise, acquire the current source via
On an APT-based distribution, run:
`apt-get install build-essential cmake doctest-dev libavformat-dev libavutil-dev libncurses-dev libreadline-dev libqrcodegen-dev libswscale-dev libunistring-dev pandoc pkg-config`
`apt-get install build-essential cmake doctest-dev libavformat-dev libavutil-dev libncurses-dev libreadline-dev libqrcodegen-dev libswscale-dev libunistring-dev pandoc pkg-config doctest`
If you only intend to build core Notcurses (without multimedia support), run:
`apt-get install build-essential cmake libncurses-dev libreadline-dev libqrcodegen-dev pandoc pkg-config`
`apt-get install build-essential cmake doctest-dev libncurses-dev libreadline-dev libqrcodegen-dev libunistring-dev pandoc pkg-config`
If you want to build the Python wrappers, you'll also need:

Loading…
Cancel
Save