Changeset 2808:7d95c7d32f04 in roaraudio


Ignore:
Timestamp:
09/27/09 00:53:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Tags:
roaraudio_0_3beta1
Message:

infos on how to build win32 binarys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r2583 r2808  
    1616-- Build requirements: 
    1717 
    18 A POSIX system. 
     18A POSIX system or win32. 
    1919 
    2020You should install libesd and libao and maybe some codecs. 
     
    3030 
    3131 $ ./configure 
     32 $ make 
     33 
     34In order to build win32 binarys on UNIX or GNU/Linux: 
     35 $ CC=...mingw32...gcc ./configure --target-win32 
     36 $ make 
     37 
     38In order to build win32 binarys on Win32 with MinGW/MSYS: 
     39 $ bash configure 
    3240 $ make 
    3341 
Note: See TracChangeset for help on using the changeset viewer.