~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to celt-0.11.0-src/README.Win32

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig, Patrick Matthäi, Thorvald Natvig
  • Date: 2011-02-19 22:58:58 UTC
  • mfrom: (9.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110219225858-0xlftrf4z1z4jt9e
Tags: 1.2.3-1
[ Patrick Matthäi ]
* Do not build with non existant libpulse-dev on hurd-i386.

[ Thorvald Natvig ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Here are a few tips for building on Windows:
 
2
 
 
3
1) Create a config.h file that defines out things that defines out all the
 
4
   features that your compiler doesn't understand (e.g. inline, restrict).
 
5
   It also needs to define the CELT_BUILD macro
 
6
 
 
7
2) Define the HAVE_CONFIG_H macro in the project build options (NOT in config.h)
 
8
 
 
9
3) If you want things to be a lot easier, just use a compiler that supports
 
10
   C99, such as gcc