Document pthreads dependency

The linking argument isn't strictly needed, since SDL pulls that in, but
there's no harm in manually specifying it for people reading the
Makefile to see.
This commit is contained in:
Harry Jeffery 2015-11-29 15:23:46 +00:00
parent b979dd6799
commit 6a2ce5abdb
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
prefix = /usr
CFLAGS = -W -Wall -std=gnu11 `sdl2-config --cflags`
LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf -lfontconfig
LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf -lfontconfig -lpthread
TARGET = imv
BUILDDIR = build

View file

@ -46,7 +46,7 @@ the current image's path to stdout.
Installation
------------
`imv` depends on `FontConfig`, `SDL2`, `SDL_TTF`, and `FreeImage`.
`imv` depends on `pthreads`, `FontConfig`, `SDL2`, `SDL_TTF`, and `FreeImage`.
$ make
# make install