We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm newbie in programming. Could you tell me how I can compile your code?
The text was updated successfully, but these errors were encountered:
OK! This program is structured and compiled with a tool called SCons (http://www.scons.org/). You can follow simple steps to make a compile:
cd
scons
That's all to see a binary program file in the root folder.
Best,
chen
Sorry, something went wrong.
SCons is a bit much considering it's a one line build
gcc -o pkt2flow flow_db.c pkt2flow.c utilities.c -lpcap
No branches or pull requests
Hi,
I'm newbie in programming. Could you tell me how I can compile your code?
The text was updated successfully, but these errors were encountered: