README.build
changeset 1004 c25446920923
parent 901 6a3964be6a29
equal deleted inserted replaced
1003:64c9fe787f12 1004:c25446920923
    10 
    10 
    11 
    11 
    12 2) Cross-Compiling under Linux, for Windows
    12 2) Cross-Compiling under Linux, for Windows
    13 -------------------------------------------
    13 -------------------------------------------
    14 $ ./configure  --host=i586-pc-mingw32
    14 $ ./configure  --host=i586-pc-mingw32
       
    15 (or, to use static linking, which does not require installing any mingw dll's on windows)
       
    16 $ ./configure  --host=i586-pc-mingw32 LDFLAGS="-static"
    15 $ make
    17 $ make
    16 
    18 
    17 
    19 
    18 
    20 
    19 
    21