doc/guide: Add instructions for manual installation on macOS

This commit is contained in:
Jean THOMAS 2022-03-21 23:00:39 +01:00
parent 7d730eeeb6
commit 9f6d3dd82e
1 changed files with 13 additions and 0 deletions

View File

@ -134,6 +134,19 @@ openFPGALoader is available as a `Homebrew <https://brew.sh>`__ 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
=======