CarterLi / iina

The modern video player for macOS with additional features and bug fixes.
https://iina.io
GNU General Public License v3.0
678 stars 29 forks source link

==> mpv-iina mpv-iina is keg-only, which means it was not symlinked into /usr/local, because it is intended to only be used for building IINA. This formula is not recommended for daily use. If you need to have mpv-iina first in your PATH, run: echo 'export PATH="/usr/local/opt/mpv-iina/bin:$PATH"' >> /Users/runner/.bash_profile For compilers to find mpv-iina you may need to set: export LDFLAGS="-L/usr/local/opt/mpv-iina/lib" export CPPFLAGS="-I/usr/local/opt/mpv-iina/include" For pkg-config to find mpv-iina you may need to set: export PKG_CONFIG_PATH="/usr/local/opt/mpv-iina/lib/pkgconfig" rm -rf deps/include && mkdir -p deps/include cp -R "/include/"* "/include/mpv" deps/include/ cp: /include/*: No such file or directory cp: /include/mpv: No such file or directory make: *** [depends] Error 1 Error: Process completed with exit code 2. #47

Closed minesunny closed 2 years ago

minesunny commented 2 years ago

==> mpv-iina mpv-iina is keg-only, which means it was not symlinked into /usr/local, because it is intended to only be used for building IINA. This formula is not recommended for daily use.

If you need to have mpv-iina first in your PATH, run: echo 'export PATH="/usr/local/opt/mpv-iina/bin:$PATH"' >> /Users/runner/.bash_profile

For compilers to find mpv-iina you may need to set: export LDFLAGS="-L/usr/local/opt/mpv-iina/lib" export CPPFLAGS="-I/usr/local/opt/mpv-iina/include"

For pkg-config to find mpv-iina you may need to set: export PKG_CONFIG_PATH="/usr/local/opt/mpv-iina/lib/pkgconfig"

rm -rf deps/include && mkdir -p deps/include cp -R "/include/" "/include/mpv" deps/include/ cp: /include/: No such file or directory cp: /include/mpv: No such file or directory make: *** [depends] Error 1 Error: Process completed with exit code 2.