Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jun 4, 2023
1 parent 76653f5 commit e3071a1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions doc/sphinx/compilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Compilation

To compile **LIEF**, you need at least the following requirements:

- C++14 compiler (GCC, Clang, MSVC..)
- C++17 compiler (GCC, Clang, MSVC..)
- CMake
- Python >= 3.6 (for the bindings)
- Python >= 3.8 (for the bindings)

To build the documentation:

Expand All @@ -29,7 +29,7 @@ Libraries only (SDK)
$ cd LIEF
$ mkdir build
$ cd build
$ cmake -DLIEF_PYTHON_API=off -DCMAKE_BUILD_TYPE=Release ..
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build . --target LIB_LIEF --config Release
.. warning::
Expand Down Expand Up @@ -262,7 +262,3 @@ See `liefproject <https://hub.docker.com/u/liefproject>`_ on Dockerhub
.. container:: strike

See the `Dockerlief <https://github.com/lief-project/Dockerlief>`_ repo.




0 comments on commit e3071a1

Please sign in to comment.