Installation

From SmallMGC

Jump to: navigation, search

Installation of SmallMGC

  1. Install eclipse 3.4 or 3.5 and CDT Version 6.0
  2. 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
  3. Unzip folder smallmgc to an directory (later you will add it into the eclipse workspace)
  4. Install the poco shared libraries in /usr/lib
  5. Install libsctp for the ISDN part
  6. Import project in workspace
    • Import
      • General -> Existing Projects into Workspace
      • Add path where you have stored unzipped smallmgc directory
      • Set copy projects into workspace
  7. Some Linux versions need an additional compile flag
    • Properties on the project
      • C/C++ Build
      • Settings
      • Preprocessor add define __KERNEL_STRICT_NAMES


If you now open the Eclipse Workspace in /opt/workspace you should now be able to compile and run SmallMGC

Personal tools