diff --git a/doc/guide/install.rst b/doc/guide/install.rst index 0c5fb89..ad7e763 100644 --- a/doc/guide/install.rst +++ b/doc/guide/install.rst @@ -134,6 +134,19 @@ openFPGALoader is available as a `Homebrew `__ formula: brew install openfpgaloader +Alternatively, if you want to build it from hand: + +.. code-block:: bash + + brew install --only-dependencies openfpgaloader + brew install cmake pkg-config zlib + git clone https://github.com/trabucayre/openFPGALoader + cd openFPGALoader + mkdir build + cd build + cmake .. + make -j + Windows =======