aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/hellobrowser.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/hellobrowser.inc')
-rw-r--r--doc/chapters/hellobrowser.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/hellobrowser.inc b/doc/chapters/hellobrowser.inc
index bfb5166e..3c77c806 100644
--- a/doc/chapters/hellobrowser.inc
+++ b/doc/chapters/hellobrowser.inc
@@ -135,7 +135,7 @@ The first example is now complete.
135Compile it with 135Compile it with
136@verbatim 136@verbatim
137cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES 137cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES
138 -L$PATH_TO_LIBMHD_INCLUDES -lmicrohttpd 138 -L$PATH_TO_LIBMHD_LIBS -lmicrohttpd
139@end verbatim 139@end verbatim
140with the two paths set accordingly and run it. 140with the two paths set accordingly and run it.
141 141