Procedure to build the dev branch
I have GIT cloned the dev branch from following path: git clone https://code.wireshark.org/review/wir...
What is the exact procedure to build the code ?
I am able to download and build the release version using following command: ./configure ; make
But I don't see any many file used by "make" in the development branch and also there is no "configure" file.