Linux - 从源代码编译程序并创建一个包以安装在相同的服务器上

发布于 2024-10-22 06:32:40 字数 290 浏览 1 评论 0原文

我正在设置 Amazon EC2 实例以使用 FFMPEG 进行视频转换。由于它是 EC2(我使用 RightScale 来管理它们),我必须制作脚本文件,以便在启动后完全配置实例。系统是ubuntu。

我必须从源代码编译 FFMPEG,并从源代码编译其他几个工具,这需要很长时间(20 分钟),当需要新实例时,这将太长了。

那么,有没有什么方法可以编译 FFMPEG 并以某种方式制作一个自己的包(如 aptitude 使用的包),以便我可以在新实例上下载并解压它?整个系统将始终完全相同,因此不必非常灵活。

谢谢!

I'm setting up Amazon EC2 instances for video conversions using FFMPEG. Since it's EC2 (I'm using RightScale to manage them) I have to make script files which will fully configure the instance after boot. The system is ubuntu.

I have to compile FFMPEG from sources and several other tools from source, and this takes ages (20mins), which will be too long when a new instance will be needed.

So, is there any way to compile FFMPEG and somehow make an own package (like the ones used by aptitude) so I can just download and unpack it on a fresh instance? The whole system will be always exactly the same, so it doesn't have to be very flexible.

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沙沙粒小 2024-10-29 06:32:40

您可以将编译的工具存储在 S3 存储桶中并下载到新实例。然而,如果您使用的是 ubuntu,通常需要“apt-get”所需的软件。

You can store your compiled tools in an S3 bucket and download to a fresh instance. However, if you're using ubuntu, its usually a matter of 'apt-get'ing the required software.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文