Hello, I just started into the world of OPUS. I would like to know what is the best way to build the Opus library and Opus tools on a Windows 7 pc. I see that the Opus library and the Opus tools packages have a few Makefiles. It also mentions mingw as an option for building. Is it somewhere explained what are the steps needed, or does anyone have some tips? Thanks, Met vriendelijke groeten | Best Regards, Christian van Bijleveld -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130122/86e1fefe/attachment.htm
Hi, I built 1.0 using Visual Studio 2010, am awaiting 1.1 to make it to beta. I use Opus for client / server comms where network bandwidth is restricted, excellent codec. Simon G4ELI/HB9DRV http://dit-dit-dit.com From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of van Bijleveld Christian (ST-CO/ENG1.3) Sent: 22 January 2013 13:04 To: opus at xiph.org Subject: [opus] Build Opus on Windows Hello, I just started into the world of OPUS. I would like to know what is the best way to build the Opus library and Opus tools on a Windows 7 pc. I see that the Opus library and the Opus tools packages have a few Makefiles. It also mentions mingw as an option for building. Is it somewhere explained what are the steps needed, or does anyone have some tips? Thanks, Met vriendelijke groeten | Best Regards, Christian van Bijleveld -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130122/04d2539b/attachment.htm
On 13-01-22 4:04 AM, van Bijleveld Christian (ST-CO/ENG1.3) wrote:> I would like to know what is the best way to build the Opus library and > Opus tools on a Windows 7 pc.On Windows you can compile the Opus library either with the free mingw port of gcc, or with Microsoft's Visual Studio. To use mingw, download and run the installer, then launch the shell, cd to the source directory and run either: ./configure make or make -f Makefile.unix To build with Visual Studio open the 'opus' solution file in the opus source directory and build from that. Visual Studio 2010 or newer should work, and the no-cost 'express edition' is fine. Hope that's enough to get you started, -r