Replies: 2 comments 4 replies
-
You should provide the error message. I can only guess that this is caused by not having some package installed, such as |
Beta Was this translation helpful? Give feedback.
1 reply
-
In addition, please install the latest cmake, cmake in Ubuntu repositories may not be the latest version. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having some trouble building mpv for win.
In Ubuntu, I have download the shinchiro git, and overwrite your mpv-winbuild on shinchiro's.
then I run build.sh , I have failed.
maybe something wrong, like SINGLE_SOURCE_LOCATION, RUSTUP_LOCATION,....
Do I have to download them before run build.sh?
mpv build for linux did well, but mpv build for windows is tricky.
If I have to install before run 'build.sh', would u let me know?
thx, bro
cf. I did the following before run 'build.sh'.
apt-get install build-essential checkinstall bison flex gettext git mercurial subversion ninja-build gyp cmake yasm nasm automake pkgconf libtool libtool-bin gcc-multilib g++-multilib clang lld libc++1 libc++abi1 libgmp-dev libmpfr-dev libmpc-dev libgcrypt-dev gperf ragel texinfo autopoint re2c asciidoc python3-pip docbook2x unzip p7zip-full curl
pip3 install rst2pdf meson mako jsonschema
Beta Was this translation helpful? Give feedback.
All reactions