|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
16 Mar 2020, Konstantin Olchanski, Info, mhttpd mongoose 6.16 update
|
16 Mar 2020, Konstantin Olchanski, Info, mhttpd mongoose 6.16 update
|
16 Mar 2020, Konstantin Olchanski, Info, mhttpd mongoose 6.16 update
|
17 Mar 2020, Konstantin Olchanski, Info, mbedtls, mhttpd mongoose 6.16 update
|
30 Mar 2020, Stefan Ritt, Info, mbedtls, mhttpd mongoose 6.16 update
|
|
Message ID: 1858
Entry time: 17 Mar 2020
In reply to: 1857
Reply to this: 1870
|
Author: |
Konstantin Olchanski |
Topic: |
Info |
Subject: |
mbedtls, mhttpd mongoose 6.16 update |
|
|
> > > the update of mhttpd to mongoose version 6.16 was committed to the develop branch of midas.
current code looks for the mbedtls library in ../mbedtls (next to midas)
if cmake misdetects it, turn it off by setting NO_MBEDTLS (same as NO_ROOT & co)
if you do want to build mhttpd with mbedtls, do this:
cd .../midas
cd ../
git clone https://github.com/ARMmbed/mbedtls.git
cd mbedtls
git submodule update --init ### this will populate the "crypto" directory
make ### if "python2" is missing, building of test suite programs will fail, but the libraries needed for midas will be built
cd ../midas
make cmake...
K.O. |