mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 15:17:39 +01:00
Fork of the libunwind official github repo — http://www.nongnu.org/libunwind/
aux | ||
doc | ||
include | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
LICENSE | ||
Makefile.am | ||
NEWS | ||
README | ||
README.md | ||
README.original | ||
TODO |
libunwind, eh_elf
flavour
This repository is a fork of libunwind
. The original README
file is
preserved as README.original
.
Compiling
./autogen.sh
./configure --enable-maintainer-mode --enable-debug
make -j
It is also advised to install this libunwind version to some place of your
system, for instance $HOME/local/libunwind-eh_elf
. For this purpose, pass an
additional --prefix=~/local/libunwind-eh_elf
to ./configure
, and after
building the library, run make install
(possibly with root permissions if you
installed it to /usr/local/...
).