diff options
Diffstat (limited to 'iax/README_building.txt')
-rw-r--r-- | iax/README_building.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/iax/README_building.txt b/iax/README_building.txt new file mode 100644 index 0000000..9d33c13 --- /dev/null +++ b/iax/README_building.txt @@ -0,0 +1,13 @@ +notes on building:
+------------------
+
+get iaxclient
+
+i managed to get the vs2005 static library to build, but had to remove the cpp file which doesn't exist and replace it with the c file which does, and then
+set vc to build that file as c++ code...also had to change the calling convention in that project (was set to stdcall instead of cdecl) so that the exports worked
+
+optionally get the ilbc codec (instructions on building in the ilbc codec are in the readme for iaxclient) - add codec_ilibc.cpp and header file to iaxclient lib project,
+and #define CODEC_ILBC in BOTH the iaxclient lib project and the iax plugin project
+
+that should be it
+
|