You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bother you again, jmmlmendes.
This time , I chose the release v1.1 .
Since I was forbidden to accesshttp://pugixml.googlecode.com/files/pugixml-1.2.tar.gz(in china.)
I download pugixml-1.2.tar.gz fromhttps://github.com/zeux/pugixml/releases, put it in lib/external and tar xzf pugixml-1.2.tar.gz .
Then do cmake -DWITH_DAEMON=ON . & make in base dir.
The error I get is:
Can you make sure that the extracted files are under lib/external/pugixml?
The same as in INSTALL.md but changing only the URL:
mkdir lib/external/pugixml
cd lib/external/pugixml
wget https://github.com/zeux/pugixml/releases/download/v1.2/pugixml-1.2.tar.gz
tar xzf pugixml-1.2.tar.gz
cd ../../..
Sorry to bother you again, jmmlmendes.
This time , I chose the release v1.1 .
Since I was forbidden to access
http://pugixml.googlecode.com/files/pugixml-1.2.tar.gz(in china.)
I download
pugixml-1.2.tar.gz
fromhttps://github.com/zeux/pugixml/releases
, put it in lib/external andtar xzf pugixml-1.2.tar.gz
.Then d
o cmake -DWITH_DAEMON=ON . & make
in base dir.The error I get is:
what's wrong?
Thanks!
The text was updated successfully, but these errors were encountered: