hg clone https://bitbucket.org/blais/xxdiff
cd xxdiff/src
sudo apt install qt5-qmake bison flex
export QT_SELECT=qt5
make -f Makefile.bootstrap
edit Makefile adding -std=c++11 to the CXXFLAGS
make
xxdiff is now in ../bin
cd xxdiff/src
sudo apt install qt5-qmake bison flex
export QT_SELECT=qt5
make -f Makefile.bootstrap
edit Makefile adding -std=c++11 to the CXXFLAGS
make
xxdiff is now in ../bin
No comments:
Post a Comment