How to install musl libc on Linux Mint 17?
Posted on In QAHow to install musl libc on Linux Mint 17/Ubuntu 14.04?
You can install musl libc on Linux Mint 17 by
sudo aptitude install musl musl-dev musl-tools
One note:
If you want to install a newer version of musl libc than the one from Ubuntu repo, you can use this ppa: https://launchpad.net/~bortis/ archive/ubuntu/musl by sudo add-apt-repository ppa:bortis/musl
.