Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-26 | Don't install the libraries when they're static | Erik Kundiman | |
For runtime, they're already part of the executable. For development, we're not there yet. So this reduces the overall package size for now. | |||
2023-08-26 | Don't install the headers for now | Erik Kundiman | |
until we've tried building another project, but based on this project's liblinden. It's also because these headers would be in a separate -dev Debian package. | |||
2023-07-29 | The Linden libraries can be installed now | Erik Kundiman | |
Useful when installed as shared libraries, so other viewer executables can share these libraries. |