blob: a53e90e8955c637e02e246ff28f05b66ec2b9465 [file] [log] [blame] [view]
Alexander Afanasyeva0d94892012-11-06 17:25:01 -08001To successfully compile ndnSIM, it is necessary to use a custom branch of NS-3.
2
3This 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
11For more information, including downloading and compilation instruction, please refer to documentation in doc/ or on http://ndnsim.net
12
13