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

Provide pre-compiled binaries #49

Open
gdcutting opened this issue Mar 12, 2019 · 1 comment
Open

Provide pre-compiled binaries #49

gdcutting opened this issue Mar 12, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@gdcutting
Copy link
Contributor

Per Joe's suggestion, we could provide pre-compiled binaries for the c++ object libraries. This will definitely make OCCAM more accessible (a lot of people aren't set up for doing compilation, so providing binaries pre-compiled makes it more likely that someone might try OCCAM out in the current form).

This is easy for linux (one of us that's installed OCCAM on linux just needs to zip the binaries and make a link). OS X will take a little more work but shouldn't be too bad. Windows is more involved (at least for me, since my Windows installation doesn't have any dev tools installed currently).

@gdcutting gdcutting added the good first issue Good for newcomers label Mar 12, 2019
@gdcutting
Copy link
Contributor Author

Joe got the OS X compile working, so that helps us on this issue as well. Just need to figure out the best way to deliver to preserve the right file structure. OCCAM needs to run from the install directory, and it also needs the .o files in cpp/ (both of these are generated by the make). So the zip we provide needs to reproduce this file structure...

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

No branches or pull requests

1 participant