Skip to content

Commit

Permalink
Clarify the Linux-specific path is just an example
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed May 21, 2024
1 parent dad35f4 commit f0e1d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third-party/dav1d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ cd ..

echo ""
echo "----- NOTE ----"
echo "Please add the path to the pkg-config file to your PKG_CONFIG_PATH, like this:"
echo "Please add the path to the pkg-config file to your PKG_CONFIG_PATH. For"
echo "example, on Linux x86_64, run:"
echo "export PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:$(pwd)/dav1d/dist/lib/x86_64-linux-gnu/pkgconfig"

0 comments on commit f0e1d3d

Please sign in to comment.