README.build
changeset 901 6a3964be6a29
parent 357 8a6a69dd23ce
child 1004 c25446920923
equal deleted inserted replaced
900:1e749c7b70f8 901:6a3964be6a29
     2 Compile/Build 
     2 Compile/Build 
     3 =============
     3 =============
     4 
     4 
     5 1) Compiling under Linux
     5 1) Compiling under Linux
     6 ------------------------
     6 ------------------------
       
     7 $ autoreconf -i
     7 $ ./configure
     8 $ ./configure
     8 $ make
     9 $ make
     9 
    10 
    10 
    11 
    11 2) Cross-Compiling under Linux, for Windows
    12 2) Cross-Compiling under Linux, for Windows