一步步安装 Cinelerra

一步步安装 Cinelerra

我在 Ubuntu 上安装 cinelerra 时遇到了一些问题。

我该如何安装它?

答案1

如果你要求社区版本Cinelerra 的有一个 PPA正如@Brett Howard 所说。它在我的当前系统上运行良好。只需使用这些:

sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra-cv

安装 PPA 后的更新过程是自动的:

sudo apt-get update
sudo apt-get upgrade

答案2

我是 Cinelerra ppa 的维护者。在经历了一些编译问题之后,cinelerra 终于可以在 oneiric(和 precise)中使用了:

https://launchpad.net/~cinelerra-ppa/+archive/ppa

答案3

进入cinellera的官方网站cinellera.org,点击顶部“下载”按钮旁边的箭头,选择“cinellera”

您将看到 ubuntu 64 位和 32 位 2 个选项,根据您的系统进行选择并下载两个链接。

您将在文件管理器的下载文件中看到这些链接.....

选择它们

答案4

自此日期起,cinelerra-ppa 不再维护。尝试使用以下命令安装sudo add-apt-repository ppa:cinelerra-ppa/ppa将出现错误:

************************************************************************
THIS PPA IS NO LONGER MAINTAINED.
WE RECOMMEND USERS TO TRANSITION TO CINELERRA-GG:
Details and installation: https://cinelerra-gg.org
************************************************************************

所以....

你必须去https://www.cinelerra-gg.org/找到您需要的下载内容和安装说明。

目前还没有 Ubuntu 19+ 版本,所以您必须安装 Ubuntu 18 版本。

此外,还有许多依赖项,有些可能不适用于您的系统。这些README文件是您的朋友。

相关内容