libtoolize
A tool used in the autotools build system to prepare a package for the use of libtool. It performs various tasks, including generating necessary files and directories to integrate libtool seamlessly into a project. More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize>.
Install
- All systems
-
curl cmd.cat/libtoolize.sh
- Debian
-
apt-get install libtool - Ubuntu
-
apt-get install libtool -
Alpine
-
apk add libtool - Arch Linux
-
pacman -S libtool - Kali Linux
-
apt-get install libtool - CentOS
-
yum install libtool - Fedora
-
dnf install libtool - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libtool - OS X
-
brew install libtool - Raspbian
-
apt-get install libtool - Docker
-
docker run cmd.cat/libtoolize libtoolizepowered by Commando
A tool used in the autotools build system to prepare a package for the use of libtool. It performs various tasks, including generating necessary files and directories to integrate libtool seamlessly into a project. More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize>.
-
Initialize a project for `libtool` by copying necessary files (avoiding symbolic links) and overwriting existing files if needed:
libtoolize --copy --force
© tl;dr; authors and contributors