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 摘要。