User Tools

Site Tools


doc:appunti:linux:video:olive_editor_compile_debian_bookworm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:linux:video:olive_editor_compile_debian_bookworm [2023/11/06 17:43] niccolodoc:appunti:linux:video:olive_editor_compile_debian_bookworm [2023/11/06 17:54] (current) – [Copying the binary file to another PC] niccolo
Line 84: Line 84:
  
 The **crashpad** is a C++ program available here: **[[https://chromium.googlesource.com/crashpad/crashpad/|crashpad]]**. The **crashpad** is a C++ program available here: **[[https://chromium.googlesource.com/crashpad/crashpad/|crashpad]]**.
 +
 +===== Copying the binary file to another PC =====
 +
 +At the end of the compile process you will find the binary file **olive-editor** into the directory **/usr/local/src/olive-editor/olive/app/**. You can just copy that file into another workstation where you have your preferred desktop environment.
 +
 +I copied the file as **/usr/local/bin/olive-editor**.
 +
 +You may have to install the dependencies manually:
 +
 +<code bash>
 +apt install \
 +    libopencolorio2.1 \
 +    libopenimageio2.4 \
 +    libavfilter8
 +</code>
 +
 +Check if all the dependecies are satisfied by executing:
 +
 +<code bash>
 +ldd /usr/local/bin/olive-editor
 +</code>
 +
 +Almost certainly more dependencies exists, check the official [[https://packages.debian.org/bookworm/olive-editor|Debian package page for olive-editor]].
  
  
doc/appunti/linux/video/olive_editor_compile_debian_bookworm.1699292623.txt.gz · Last modified: 2023/11/06 17:43 by niccolo