Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid misleading the bash will install dependency #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jenhaoyang
Copy link
Contributor

No description provided.

@@ -9,7 +9,7 @@ VERSION="4.3.2"
FILE="$NAME-$VERSION$TYPE"
DOWNLOADURL="https://www.ffmpeg.org/releases/ffmpeg-4.3.2.tar.gz"
echo $NAME will be installed in "$ROOTDIR"
echo install nasm, yasm, libx264, libx265, libvpx
echo please install nasm, yasm, libx264-dev, libx265-dev, libvpx-dev first
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It depends. xxx-dev are names in system package managers. If one has root privilege, then they can setup these packages through package manager.

Here their names refers to their names in this repo (build from source).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants