diff --git a/README.md b/README.md index 4f20797..28ae506 100644 --- a/README.md +++ b/README.md @@ -146,4 +146,9 @@ git clone https://github.com/Frogging-Family/linux-tkg.git cd linux-tkg # Optional: edit the "customization.cfg" file ./install.sh install -``` \ No newline at end of file +``` +**Notes:** +- To compile with `clang` with this script, you need to have the `default-compiler-rt` `USE` flag for `sys-devel/clang`. +- The script will prompt for using `llvm-libunwind`, it can only work with the `llvm-libunwind` `USE` flag in `sys-devel/clang` but it is experimental: + - Manual intervention is needed on the `net-fs/samba` EBUILD, see [here](https://bugs.gentoo.org/791349) + - The `-unwind` `USE` flag is needed in `app-emulation/wine*` EBUILDs \ No newline at end of file