Alexander Afanasyev | a0d9489 | 2012-11-06 17:25:01 -0800 | [diff] [blame] | 1 | To successfully compile ndnSIM, it is necessary to use a custom branch of NS-3. |
| 2 | |
| 3 | This branch can be cloned from https://github.com/cawka/ns-3-dev-ndnSIM |
| 4 | |
| 5 | mkdir ndnSIM |
| 6 | cd ndnSIM |
| 7 | git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3 |
| 8 | git clone git://github.com/cawka/pybindgen.git pybindgen |
| 9 | git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM |
| 10 | |
| 11 | For more information, including downloading and compilation instruction, please refer to documentation in doc/ or on http://ndnsim.net |
| 12 | |
| 13 | |