olive-editor / olive

Free open-source non-linear video editor
https://olivevideoeditor.org/
GNU General Public License v3.0
8.01k stars 543 forks source link

[BUILD] Compiling Olive on the website should suggest `git clone --recursive` #2228

Closed dkorpel closed 1 year ago

dkorpel commented 1 year ago

Commit Hash -

Platform Arch Linux

Summary When following build instructions on the website (https://www.olivevideoeditor.org/compile.php), cmake failed because it couldn't find CMakeLists in olive/core/ext. It turns out that that is a submodule, so the instruction to:

git clone https://github.com/olive-editor/olive 

Should be replaced with:

git clone --recursive https://github.com/olive-editor/olive 

Additional Information / Output

CMake Error at ext/CMakeLists.txt:17 (add_subdirectory):
  The source directory

    /home/dennis/repos1/olive/ext/core

  does not contain a CMakeLists.txt file.