Closed qin-nz closed 8 years ago
Hi. Thanks for your contribution. To accept this pull request, I need to make sure that you have signed the Apache CLA, or that you are part of a p4.org member organization? If you are part of a member organization (university or company), please send me your full name and the organization name by email (antonin@barefootnetworks.com).
@antoninbas I had already signed membership agreement and sent it to membership@p4.org .
@qin-nz I have to check with p4.org, would you mind sending me your full name at the above email address? Thanks.
Hi, I am new to P4 and I run the
./install_deps.sh
on my computer.The CPU of my computer only have two core. So
make -j4
will cause an error and without a clarify description. It cost me many hours to find the problem.I know remove
-j4
need a longer time to compile. Is there any good solutions?