Skip to content

asmlib/libunwind

Repository files navigation

sh autogen.sh &&
./configure --prefix=/opt/libunwind -enable-shared &&
make && make install &&
echo 'export PATH=$PATH:/opt/libunwind/bin'>> /etc/bash.bashrc && \

echo '/opt/libunwind/lib' >> /etc/ld.so.conf.d/libunwind.conf &&
echo '/opt/libunwind/include' >> /etc/ld.so.conf.d/libunwind.conf &&
sudo /sbin/ldconfig

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published