I am Charmie

メモとログ

Expat installation

Expat is an XML parser library for C. Expat is required library for using code synthesis XSD.

[sourcecode language="bash"] wget downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz tar -xvzf expat-2.1.0.tar.gz mkdir expat-2.1.0-build cd expat-2.1.0-build cmake ../expat-2.1.0 make 2>&1 | tee ../../Expat2.1.0Make.log sudo make install 2>&1 | tee ../../Expat2.1.0MakeInstall.log [/sourcecode]