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
Had to fight with the build a bit to get it to run fully on my box. gcc 4.4 wouldn't work as wouldn't 4.9 (with different errors).
Here's what I did:
needed to install gcc-4.6 g++-4.6 gcc-4.6-multilib needed to add a link to cc -> gcc needed to add $ZEROVM_ROOT/bin to path
Just thought it might be worth it to update the docs or something.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Had to fight with the build a bit to get it to run fully on my box.
gcc 4.4 wouldn't work as wouldn't 4.9 (with different errors).
Here's what I did:
needed to install gcc-4.6 g++-4.6 gcc-4.6-multilib
needed to add a link to cc -> gcc
needed to add $ZEROVM_ROOT/bin to path
Just thought it might be worth it to update the docs or something.
The text was updated successfully, but these errors were encountered: