added missing dependency program - #71
Conversation
The installation of `pkg-config` was mandatory to be successful with running the `./ns3 configure` command.
|
@rukyr97 thanks for this patch. I have applied the two first commits, as I have seen that there are some issues with the last one. Could you fix it? and do another PR? |
|
The last commit was to solve an issue I was having when running my ns-3 sim script. To make it work, simply provide the For the content of the variable, I use |
|
Actually, I was just refreshing my memory and now I remember that this PR has some issues, but #72 fixes them, iirc. |
The installation of
pkg-configwas mandatory to be successful with running the./ns3 configurecommand.