doc: install: in tree build
This commit is contained in:
parent
70b06300f7
commit
8d1ac49ac2
|
|
@ -91,11 +91,12 @@ To build the app:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
git clone https://github.com/trabucayre/openFPGALoader
|
git clone https://github.com/trabucayre/openFPGALoader
|
||||||
|
cd openFPGALoader
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ../openFPGALoader # add -DBUILD_STATIC=ON to build a static version
|
cmake .. # add -DBUILD_STATIC=ON to build a static version
|
||||||
# add -DENABLE_UDEV=OFF to disable udev support and -d /dev/xxx
|
# add -DENABLE_UDEV=OFF to disable udev support and -d /dev/xxx
|
||||||
# add -DENABLE_CMSISDAP=OFF to disable CMSIS DAP support
|
# add -DENABLE_CMSISDAP=OFF to disable CMSIS DAP support
|
||||||
cmake --build .
|
cmake --build .
|
||||||
# or
|
# or
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue