Installation
From SmallMGC
Installation of SmallMGC
- Install eclipse 3.4 or 3.5 and CDT Version 6.0
- Install Poco library to /opt/poco-1.3.3p1 -> using the version 1.3.3p1 with header files etc.
- Compile the poco libraries for shared following the readme file
- Compile the poco libraries as static (in path after the /opt/poco-1.3.3p1/build/config)
- Change in file Linux the LINKMODE from SHARED to STATIC
- Compile again
- Unzip folder smallmgc to an directory (later you will add it into the eclipse workspace)
- Install the poco shared libraries in /usr/lib
- Install libsctp for the ISDN part
- Import project in workspace
- Import
- General -> Existing Projects into Workspace
- Add path where you have stored unzipped smallmgc directory
- Set copy projects into workspace
- Import
- Some Linux versions need an additional compile flag
- Properties on the project
- C/C++ Build
- Settings
- Preprocessor add define __KERNEL_STRICT_NAMES
- Properties on the project
If you now open the Eclipse Workspace in /opt/workspace you should now be able to compile and run SmallMGC

