You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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.
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.The text was updated successfully, but these errors were encountered: