Skip to content

Commit

Permalink
update readme/makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
notsecure committed Jun 20, 2014
1 parent ddbfef3 commit facb802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CFLAGS = $(shell pkg-config --cflags freetype2 x11 xft openal)
CFLAGS += -g -pthread -std=gnu99
LDFLAGS = $(shell pkg-config --libs freetype2 x11 xft openal)
LDFLAGS += -ltoxcore -ltoxav -ltoxdns -lresolv -ldl -lm
LDFLAGS += -ltoxcore -ltoxav -ltoxdns -lresolv -ldl -lm -lfontconfig

SRC = $(wildcard *.c)
OBJ = $(SRC:.c=.o)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Windows:
Xlib:

>gcc -o uTox.o *.c -lX11 -lXft -ltoxcore -ltoxav -ltoxdns -lopenal -pthread -lresolv -ldl -lm
>gcc -o uTox.o *.c -lX11 -lXft -ltoxcore -ltoxav -ltoxdns -lopenal -pthread -lresolv -ldl -lm -lfontconfig
or if you built toxcore statically:

>gcc -o uTox.o *.c -lX11 -lXft -ltoxcore -ltoxav -ltoxdns -lopenal -lsodium -lopus lvpx -lm -pthread -lresolv -ldl
>gcc -o uTox.o *.c -lX11 -lXft -ltoxcore -ltoxav -ltoxdns -lopenal -lsodium -lopus lvpx -lm -pthread -lresolv -ldl -lfontconfig
## Downloads

Expand Down

0 comments on commit facb802

Please sign in to comment.