MEOS
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Developer's Documentation

The developer’s documentation is available at https://docs.libmeos.org/html/modules.html

Alternatively, you can generate the English developer’s documentation in HTML format from the source:

  git clone --branch develop https://github.com/MobilityDB/MobilityDB MobilityDB
  mkdir MobilityDB/build
  cd MobilityDB/build
  cmake -DMEOS=on -DDOC_DEV=on ..
  make -j
  make doc_dev

The resulting HTML documentation will be generated in the doxygen directory of the build directory.