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

Packagin asio dependency #3

Open
arq5x opened this issue Feb 18, 2014 · 2 comments
Open

Packagin asio dependency #3

arq5x opened this issue Feb 18, 2014 · 2 comments

Comments

@arq5x
Copy link

arq5x commented Feb 18, 2014

Is it possible to package the ASIO dependency with the project or must one pre-install both boost::asio and asio in order to use bbi?

@deltadev
Copy link
Owner

There is a standalone asio, (does not require boost), here:

https://github.com/chriskohlhoff/asio

it is header only, so easy to include.

Only a small amount of network code needs to be written to replace the asio dependency on the other hand. I think this is the best thing to do going forwards.

@arq5x
Copy link
Author

arq5x commented Mar 6, 2014

Agreed, minimizing the dependencies would go a long way to the use of this (very nice) library in other tools. I for one, would like to leverage it in bedtools.

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

2 participants