Merge pull request #201 from jeanthom/manual-install-macos

doc/guide: Add instructions for manual installation on macOS
This commit is contained in:
Gwenhael Goavec-Merou 2022-03-23 06:33:41 +01:00 committed by GitHub
commit f8da6717ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
=======