From 5d8a1c60e8a1f421566043a288fabb732624ccb9 Mon Sep 17 00:00:00 2001 From: William Culver Date: Wed, 31 Jul 2013 23:54:30 +0100 Subject: added required linker flag to 'compile with' remark --- testing/Lossless_UDP_testserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/Lossless_UDP_testserver.c') diff --git a/testing/Lossless_UDP_testserver.c b/testing/Lossless_UDP_testserver.c index 29b0ade5..84a64b38 100644 --- a/testing/Lossless_UDP_testserver.c +++ b/testing/Lossless_UDP_testserver.c @@ -4,7 +4,7 @@ * * Best used in combination with Lossless_UDP_testclient * - * Compile with: gcc -O2 -Wall -o testserver ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testserver.c + * Compile with: gcc -O2 -Wall -lsodium -o testserver ../core/network.c ../core/Lossless_UDP.c Lossless_UDP_testserver.c * * Command line argument is the name of the file to save what we recieve to. * EX: ./testserver filename1.txt -- cgit v1.2.3