This distribution of PragmaDev Studio contains the pre-build library of ns-3.10.


Contents:
---------
ns-3.10.zip       : the complete ns-3.10 distribution
pragmadev/linux   : library and header files for Linux (32 and 64 bit versions)
pragmadev/windows : library and header files for Windows (32 bit only)


Build:
------
The ns-3 library was build on:
- Linux (gcc 4.1.2, glibc 2.5.18) with "./waf -d release"
- Windows (mingw-gcc 4.8.1) with "waf.bat -d release"


Additional bug fixes:
---------------------
Bug 997 - Speedup Ipv4EndpointDemux when many ports in use

*Please read the official RELEASE_NOTES provided with the ns-3.10 distribution


Notes:
------
To build ns-3.10 from source and replace the provided library and header files,
please read the ns-3.10 documentation provided with the distribution.
To build successfully (especially on Windows) further changes to the source files
maybe required depending on the platform and compiler version.

To build on Windows (mingw-gcc 4.8.1) the following changes are required:
- add #include <limits.h> in utils/test-runner.cc
- add #include <stddef.h> in src/common/spectrum-model.h


