1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 07:37:38 +01:00

Add project-specific README

This commit is contained in:
Théophile Bastian 2018-08-17 21:13:54 +02:00
parent b5e2c60ec7
commit f02a57cdfc
2 changed files with 18 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# libunwind, `eh_elf` flavour
This repository is a fork of `libunwind`. The original `README` file is
preserved as `README.original`.
## Compiling
```bash
./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/...`).