diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-20 08:58:00 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-20 08:58:00 +0200 |
commit | ff60c42604f76ce0f6deccfb8e00e737a001fe8d (patch) | |
tree | 0aaf3b16b3ea0fbbea5d35cf6b9da49c8f7a6139 /INSTALL.md | |
parent | 4b791ee1029ea99cc06df8256cf99c2c0b640242 (diff) | |
download | dabmux-ff60c42604f76ce0f6deccfb8e00e737a001fe8d.tar.gz dabmux-ff60c42604f76ce0f6deccfb8e00e737a001fe8d.tar.bz2 dabmux-ff60c42604f76ce0f6deccfb8e00e737a001fe8d.zip |
INSTALL.md: mention --with-boost-libdir
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ that did not yet make its way into a release, you can clone the % ./configure +* On a Raspberry Pi and other ARM systems you might need + + % ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf + * Build ODR-DabMux % make |