Install QXmlEdit on Ubuntu
Setting up QXmlEdit on Ubuntu 20.04 …
2021-12-07 - Vangelis Tripolitakis ([email protected]_DONTSPAMME_me.com)
- Set up your C++ compiler
- Download the latest and greatest source tarball
sudo apt install -y qt5-default qt5-default libqt5svg5-dev qtdeclarative5-dev libqt5xmlpatterns5-dev libqt5scxml5-dev
qmake
make
sudo make install
- run it with
export LD_LIBRARY_PATH=/opt/qxmledit/:$LD_LIBRARY_PATH
and/opt/qxmledit/qxmledit
have fun!