libtool
Generic shared library support tools
GNU Libtool helps in the creation and use of shared libraries, by presenting a single consistent, portable interface that hides the usual complexity of working with shared libraries across platforms.
- Versions: 2.4.7
- Website: https://www.gnu.org/software/libtool/
- Licenses: GPL 3+
- Package source: gnu/packages/autotools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libtool as follows:
guix install libtool
Or install a particular version:
guix install libtool@2.4.7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of libtool about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libtool'><img src='https://packages.guix.gnu.org/packages/libtool/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/libtool)
Example Org:
[[https://packages.guix.gnu.org/packages/libtool][https://packages.guix.gnu.org/packages/libtool/badges/latest-version.svg]]