Merge pull request #201 from jeanthom/manual-install-macos
doc/guide: Add instructions for manual installation on macOS
This commit is contained in:
commit
f8da6717ce
|
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue