amiaopensource / amiaopensource/ffmprovisr

compiling from source

未关闭
#352 16 条评论 3 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
HTML
星标
581
派生
74
PR 合并指标
30 天内没有已合并 PR

描述

Ben mentioned this as a possibility in https://github.com/amiaopensource/ffmprovisr/issues/351

I think that this could come in very handy for those of us who occasionally need to compile things like mediainfo/ffmpeg/rawcooked/dvdrip(!) when testing out a branch or something.

So I'm thinking of the simplest scenarios like:
'If a project has a configure file, you may just need to `cd` into the directory that contains the configure script, and run:
```
./configure && make
```
and if you wish to install the build so that it is accessible from all folders, you can run
`make install`

However you may need to have several dependencies installed, such as `gcc`, `g++`, `make`, `autotools` etc. You often just have to keep trying and keep fixing each error that pops up. For example you may get an error saying that `libtoolize not found`, so a quick google search should let you know how to install that dependency for your operating system. In the case of `ubuntu`, it is `apt install libtool`.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。