|
@@ -135,7 +135,7 @@ The first example is now complete.
|
|
|
Compile it with
|
|
Compile it with
|
|
|
@verbatim
|
|
@verbatim
|
|
|
cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES
|
|
cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES
|
|
|
- -L$PATH_TO_LIBMHD_INCLUDES -lmicrohttpd
|
|
|
|
|
|
|
+ -L$PATH_TO_LIBMHD_LIBS -lmicrohttpd
|
|
|
@end verbatim
|
|
@end verbatim
|
|
|
with the two paths set accordingly and run it.
|
|
with the two paths set accordingly and run it.
|
|
|
|
|
|