From def60ec787252fd0547530410a6c525ffbe6cf5a Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Mon, 13 Oct 2014 14:58:58 -0700 Subject: [PATCH] Fix typo --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 3cb8aed..47abf30 100644 --- a/SETUP.md +++ b/SETUP.md @@ -73,7 +73,7 @@ $ make clean $ nano Makefile ``` -Replace the first like of the `Makefile` with the following: +Replace the first line of the `Makefile` with the following: ``` CFLAGS = `pkg-config --libs --cflags libssl lua5.2 libprotobuf-c opus vorbis vorbisfile` -lev -pthread