|
|
| 77 |
else: |
77 |
else: |
| 78 |
os.environ['PKG_CONFIG_PATH']+= ":" + os.path.join(Options.options.with_ns3, 'lib', 'pkgconfig') |
78 |
os.environ['PKG_CONFIG_PATH']+= ":" + os.path.join(Options.options.with_ns3, 'lib', 'pkgconfig') |
| 79 |
|
79 |
|
|
|
80 |
conf.env.append_value('NS3_EXECUTABLE_PATH', os.path.join(conf.env['NS3_DIR'], 'bin')) |
| 81 |
|
| 80 |
ns3waf.check_modules(conf, ['core', 'network', 'internet'], mandatory = True) |
82 |
ns3waf.check_modules(conf, ['core', 'network', 'internet'], mandatory = True) |
| 81 |
ns3waf.check_modules(conf, ['point-to-point', 'tap-bridge', 'netanim'], mandatory = False) |
83 |
ns3waf.check_modules(conf, ['point-to-point', 'tap-bridge', 'netanim'], mandatory = False) |
| 82 |
ns3waf.check_modules(conf, ['wifi', 'point-to-point', 'csma', 'mobility'], mandatory = False) |
84 |
ns3waf.check_modules(conf, ['wifi', 'point-to-point', 'csma', 'mobility'], mandatory = False) |