justinfrankel / ninjam

NINJAM server, clients, autosong, etc
GNU General Public License v2.0
333 stars 50 forks source link

fatal error: vorbis/vorbisenc.h: No such file or directory #5

Closed strk closed 4 years ago

strk commented 4 years ago

Which debian package woudl contain vorbisenc.h ? I can only find the libraries for the decoder (libvorbisidec-dev)

trebmuh commented 4 years ago

Probably libvorbis-dev .

strk commented 4 years ago

Yup, ninjam/cursesclient builds now, thanks!