File: README.Win32

package info (click to toggle)
celt 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,084 kB
  • ctags: 1,441
  • sloc: ansic: 12,780; sh: 9,905; makefile: 124
file content (10 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
Here are a few tips for building on Windows:

1) Create a config.h file that defines out things that defines out all the
   features that your compiler doesn't understand (e.g. inline, restrict).
   It also needs to define the CELT_BUILD macro

2) Define the HAVE_CONFIG_H macro in the project build options (NOT in config.h)

3) If you want things to be a lot easier, just use a compiler that supports
   C99, such as gcc