"Fossies" - the Fresh Open Source Software Archive

Member "qdiff-0.9.1/INSTALL" (21 Oct 2008, 299 Bytes) of package /linux/privat/old/qdiff-0.9.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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