Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-01-17 03:12:06 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-01-17 03:12:06 +0300
commit619a9681bc03248a4d61efe1c7cb6530f71ab192 (patch)
tree45838b746321642d5ae3e42ae0b79ab857e84297 /README.Win32
parentdf726557ad6cc7cdea40d5f6b4db89d2c651e157 (diff)
Misc changes for 0.7.1.
Diffstat (limited to 'README.Win32')
-rw-r--r--README.Win3210
1 files changed, 10 insertions, 0 deletions
diff --git a/README.Win32 b/README.Win32
new file mode 100644
index 0000000..4694994
--- /dev/null
+++ b/README.Win32
@@ -0,0 +1,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