Skip to content
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

Elaborate instructions on which files to #include for which functions/operators #73

Open
607011 opened this issue Apr 25, 2023 · 2 comments

Comments

@607011
Copy link

607011 commented Apr 25, 2023

The README states that you only have to #include a single header file. That's not true. You also have to include one or more header files from the directories below the one with BigInt.hpp depending one the needs of your code.

@oviano
Copy link

oviano commented Jul 9, 2023

The single header file is not included in the Git repo. You either need to download that from the Releases, or generate it yourself by typing 'make release" on either macOS or Linux.

@faheel
Copy link
Owner

faheel commented Jul 17, 2023

@607011 The README mentions that you'll need to download the single-include header file (also includes the link for the same) and include that. No need to include any other file.

I'll update it to make it clearer that the file needs to be downloaded from GitHub releases. Currently only the link points to GitHub releases, there's no textual reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants