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

install option via cmake? #296

Open
sptrakesh opened this issue Dec 10, 2023 · 3 comments
Open

install option via cmake? #296

sptrakesh opened this issue Dec 10, 2023 · 3 comments

Comments

@sptrakesh
Copy link

Hello,

Can you also provide an install target to copy the headers and libraries to a user specified path?

Thanks
Rakesh

@beef9999
Copy link
Collaborator

Installing headers is a reasonable request, but I just wonder why you need to expose the libraries? Did you integrate Photon into your own lib?

@sptrakesh
Copy link
Author

We plan to migrate quite a few of our services and processes that are currently ASIO based to Photon. Having a pre-built library helps us reduce build times, especially with multi-arch docker builds. Since build time is billed, we try and reduce it as much as possible.

@beef9999
Copy link
Collaborator

OK, we will add the install target later. BTW, you can build Photon that relies on none of the shared libraries on host now. https://photonlibos.github.io/docs/introduction/how-to-build#example

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