IP Media Server (Global Call) Demo Guide — August 2005 19
Preparing to Run the Demo
Linux
To compile the IP Media Server (Global Call) demo on a Linux system, use gcc version 3.2.3.
To compile the entire project, go to the directory
$(INTEL_DIALOGIC_DIR)/demos/IPMediaServer and issue the commands:
make clean
make
To compile an individual module, go to the specific module directory (for example,
$(INTEL_DIALOGIC_DIR)/demos/IPMediaServer/Modules/FaxModule for the fax module), and
issue the commands:
make clean
make