Can someone give me some instructions on how to install TinyXML (or TinyXML ++) in debian so that I can use it from my C ++ application.
I have never installed a library before, so I have no idea what to do.
thank
on the command line:
sudo apt-get install libtinyxml-dev
should be all you need
alternatively you can use the gui package manager (if your distribution has one) and look for tinyxml
You do not need to install it as a library, you can include TinyXML code in your own project. This may be easier for you.
zip TinyXML Makefile xmltest.cpp. , "make".
, xmltest.cpp - , , , . !
tinyxml, Unix .
Source: https://habr.com/ru/post/1787422/More articles:Command line options - c ++Преобразование изображения в jpg из html на стороне клиента (javascript) - javascriptПроблема ResourceManager с локализацией MVC - model-view-controllerHow to use google adsense in google chrome extensions? - google-chrome-extensionDownload https file using java? - javaIs it possible to auto-generate a Java class from DTD? - javaAndroid Application Debugging: ClassNotFoundException - javaМожет ли кто-нибудь рекомендовать хороший способ отображения статистики на веб-странице? - htmlhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1787426/zend-site-needs-alias-too&usg=ALkJrhgsPDy-RvEscebceW9HPPPjKQCoagJava Multithreaded Socket Server freezes after receiving ~ 50 concurrent connections - javaAll Articles