-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to install? #3
Comments
Good catch. Thanks for reporting the issue. My understanding is that bazel doesn't offer the counterpart of Sample installation process
NOTE: Installing shared/dynamic library Here is an example of how to install the public header:
|
I wondered if the installation process might be manual now. In that case, adding those instructions to the readme would be good, and make sure to keep it updated if you change what gets built in the future. |
Now that the build system is bazel, how can the software be installed?
The old autotools instructions with arowpp 0.1.2 said:
Note the
make install
step which (typically withsudo
) installs the software.The new bazel build instructions with arowpp 0.1.3 say:
That builds, but how to install?
The text was updated successfully, but these errors were encountered: