selfpatch-slr/docs/deps.txt

11 lines
419 B
Plaintext

The spslr_pinpoint plugin requires a patched version of gcc. The provided patch will hopefully be
upstreamed in gcc 16.
The spslr_finalize tool requires LIEF:
1. git clone https://github.com/lief-project/LIEF.git
2. cd LIEF
3. git checkout 0.17.1
4. cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DLIEF_PYTHON_API=OFF -DLIEF_DOC=OFF -DLIEF_EXAMPLES=OFF
5. cmake --build build -j$(nproc)
6. sudo cmake --install build