mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:07:27 +03:00
htmltitle: fix suggested build command
This commit is contained in:
parent
2e0a295e3b
commit
b333504327
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
//
|
||||
// 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
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue