[Ns-developers] Upgrade ns-3 to waf 1.6
YunQiang Su
wzssyqa at gmail.com
Mon Sep 19 22:37:06 PDT 2011
On Fri, Sep 16, 2011 at 11:30 PM, YunQiang Su <wzssyqa at gmail.com> wrote:
> A small problem: in build.py :
>
> def build_ns3(config, build_examples, build_tests):
> cmd = [
> "python", "waf", "configure",
> ]
>
> can we not hardcode "python" in it, but use the python get from parent.
>
> Like: if we use
> python2.7 ./build.py
> then it get
>
> cmd = [
> "python2.7", "waf", "configure",
> ]
>
consider support python3 ?
--
YunQiang Su
More information about the Ns-developers
mailing list