Skip to content

Instantly share code, notes, and snippets.

View santanuchakrabarti's full-sized avatar

Santanu Chakrabarti santanuchakrabarti

  • Kolkata. West Bengal. India
View GitHub Profile
@byronmansfield
byronmansfield / install-libtool-from-src-mac
Last active October 11, 2022 20:10
Install libtool from source Mac OS X
# Install libtool from source on Mac OS X
# prepare workspace
mkdir -p ~/code/build-from-src/ && cd $_
# download source code
curl -LO https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz
# expand
tar -xf libtool-2.4.6.tar.xz