htmltitle: fix suggested build command

This commit is contained in:
Alessandro Ghedini
2013-02-10 18:47:14 +01:00
committed by Daniel Stenberg
parent 2e0a295e3b
commit b333504327

View File

@@ -25,7 +25,7 @@
// //
// GNU C++ compile command line suggestion (edit paths accordingly): // GNU C++ compile command line suggestion (edit paths accordingly):
// //
// g++ -Wall -I/opt/curl/include -I/opt/libxml/include/libxml2 htmltitle.cc \ // g++ -Wall -I/opt/curl/include -I/opt/libxml/include/libxml2 htmltitle.cpp \
// -o htmltitle -L/opt/curl/lib -L/opt/libxml/lib -lcurl -lxml2 // -o htmltitle -L/opt/curl/lib -L/opt/libxml/lib -lcurl -lxml2
#include <stdio.h> #include <stdio.h>