Contents Menu Expand Light mode Dark mode Auto light/dark mode
Octopus with CMake documentation
Octopus with CMake documentation
  • Why CMake?
    • Easier configuration
    • External libraries
    • Faster builds
  • How to …
    • Basic usage
    • Develop with CMake
Back to top
Edit this page

Octopus with CMake#

Octopus now supports building with CMake. Until it is merged, you can find it at gitlab.com/LecrisUT/octopus#cmake.

$ git clone https://gitlab.com/octopus-code/octopus
$ cd octopus
$ git remote add LecrisUT https://gitlab.com/LecrisUT/octopus
$ git fetch
$ git checkout LecrisUT/cmake
  • Why CMake?
    • Easier configuration
    • External libraries
    • Faster builds
  • How to …
    • Basic usage
    • Develop with CMake
Next
Why CMake?
Copyright © 2023, Cristian Le
Made with Sphinx and @pradyunsg's Furo