-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Do you have compilation instructions? #135
Comments
Did you try |
@TristonianJones Is there a gcc version requirement? |
Hi @XLPE, thanks for being patient. CEL is written with C++ 17 in mind, so GCC 7.* and above should work. |
@TristonianJones information like that really should be readily available as project documentation in the README.xxx file |
@jcking Would you mind adding this information into the CEL-C++ Codelabs preamble? |
We run continuous builds/tests for GCC 9 and Clang 11. So that would be the minimum. It might work with older, but no guarantees. And yes, we can add it to the README.md. |
I didn't find any compilation instructions in all the source files. If I execute "bazel build" directly, nothing will be built.
The text was updated successfully, but these errors were encountered: