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
I think the dependencies might be overly strict. For example,
On Mac, it requires full xcode, but I only have xcode command line tools and always compile gtsam (manually from source) just fine
On a linux machine I tested on, it said
Warning: No available formula with the name "g++" (dependency of borglab/core/gtsam_develop). ==> Searching for similarly named formulae...
But the machine has g++ installed so idk I guess brew doesn't know about it or something.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think the dependencies might be overly strict. For example,
On Mac, it requires full xcode, but I only have xcode command line tools and always compile gtsam (manually from source) just fine
On a linux machine I tested on, it said
But the machine has g++ installed so idk I guess brew doesn't know about it or something.
The text was updated successfully, but these errors were encountered: