-
Notifications
You must be signed in to change notification settings - Fork 44
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
Install with Homebrew? #16
Comments
A big learning curve for a non-C programmer who would like to use this. Luckily there is StackOverflow with a few pointers enough to experiment. Something similar and terse would help on this site/wiki. http://stackoverflow.com/questions/14594315/trouble-building-the-open-asset-import-library-assimp A few pointers as I managed to get this to work by Install CMake Open the Xcode project in build directory Library created in Xcode build could then be integrated into apps but I haven't tried that. |
@paulfreeman Thanks, I followed this and got the command line working on my mac, does this unix executable that I compiled from XCode on my mac at all likely to work on a linux distribution like ubuntu? |
Ah yes, I should have mentioned that my target was building a version on iOS. For Linux just follow the recommendations from the Readme for this GitHub. You'll need to set up the appropriate toolchain for building C/C++ programs on Linux, I can't help there. CMake is a good starting point and there may be more docs on the main Assimp website. |
It'd be nice if we could install this using homebrew rather than having to build it manually.
The text was updated successfully, but these errors were encountered: