Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Spek requires OS X 10.5+ and an Intel-based Mac.
* Arch: [spek](https://aur.archlinux.org/packages/spek/) and
[spek-git](https://aur.archlinux.org/packages/spek-git/)
* Debian: [spek](https://packages.debian.org/search?keywords=spek)
* Fedora: [RPMFusion package](https://bugzilla.rpmfusion.org/show_bug.cgi?id=1718)
* FreeBSD: [audio/spek](https://www.freshports.org/audio/spek/)
* Gentoo: [media-sound/spek](https://packages.gentoo.org/packages/media-sound/spek)
* Ubuntu: [spek](http://packages.ubuntu.com/search?keywords=spek)
Expand All @@ -42,6 +41,9 @@ To build you will need wxWidgets and FFmpeg packages. On Debian/Ubuntu you also
need development packages: `libwxgtk2.8-dev`, `wx-common`, `libavcodec-dev` and
`libavformat-dev`.

You may have to `export CPATH="/usr/include/ffmpeg/"` if the `libav*` directories
are nested. This is the case on Fedora 37.

To start Spek, run:

src/spek
Expand Down