1 Installation: 2 ============= 3 4 Type: 5 ./configure 6 make 7 make install 8 9 10 If you want to debug use: 11 make CXXFLAGS="-Wall -W -g" 12 instead of 13 make 14 15 To get from latest git repository: 16 17 git clone --depth 1 git://git.sv.gnu.org/qdiff.git 18 cd qdiff 19 rm -rf .git 20 21 ./configure 22 make 23 ./qdiff -h