Add READMEs
This commit is contained in:
parent
f93f50133d
commit
7220868509
2 changed files with 11 additions and 5 deletions
11
dwarf-compilation.base/README.md
Normal file
11
dwarf-compilation.base/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# DWARF Compilation
|
||||
|
||||
This package aims to be as standalone as possible, and include everything that
|
||||
is needed to compile DWARF into x86-64, then use the generated binaries for
|
||||
unwinding using `libunwind-eh_elf`.
|
||||
|
||||
**Please note** that this bundle is made to be easily setup and used, but to do
|
||||
so, it installs its dependencies inside this directory instead of your system.
|
||||
If you are planning to do more than a quick testing/demo, and wish to base a
|
||||
project upon this code, you will probably want to spend tome time to do a
|
||||
cleaner local install.
|
|
@ -1,5 +0,0 @@
|
|||
# DWARF Compilation
|
||||
|
||||
This package aims to be as standalone as possible, and include everything that
|
||||
is needed to compile DWARF into x86-64, then use the generated binaries for
|
||||
unwinding using `libunwind-eh_elf`.
|
Loading…
Reference in a new issue