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
Could you please let me know how to use it, at a very high level? I am familiar with c but not cmake.
The text was updated successfully, but these errors were encountered:
Have a look at build-release.sh https://github.com/amzn/ion-c/blob/master/build-release.sh It is a simple shell script that lists the steps to build the library.
build-release.sh
You can also see https://github.com/therapon/ion-c-examples/tree/master/system-installed for a simple example of a client using the ion-c library after it is installed (run make install as the last step from the shell script above to install the library)
make install
Sorry, something went wrong.
No branches or pull requests
Could you please let me know how to use it, at a very high level? I am familiar with c but not cmake.
The text was updated successfully, but these errors were encountered: