-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Cant build it on windows... #1928
Comments
Links to ffmpeg-4.3.1-win32-shared and -dev are dead... i couldnt find -dev one, hope its the same as -shared... |
scrcpy build system is designed for Linux. You can either build from MSYS2 on Windows, or cross-compile it from Linux: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#in-msys2
|
I thought the 1.6 release would be more stable than just downloading the sources...
It cannot get version 1.6 (if I understand correctly), so MSYS2 doesn't seem to work as it should.
Looks like I need to install the Android Studio with SDK? |
I cant beat this error...
And in meson log: |
Similar issue mesonbuild/meson#7323 |
On MSYS/mingw64, you have to build with meson, not |
Its always same error: |
Did you install the packages? |
Yes both commands of pacman, but only for x64. |
In the MSYS2 folder, IIUC there is |
It worked, now i have this error:
I see some new files in build folder, but its not finished. |
Oh, could you please try with this change (only this line): |
If i run meson again i see this message:
|
Installed debian, same error:
|
Because your builddir (here
and retry. (but in theory you don't have to rerun the |
This error should not happen anymore, it has been "fixed" by eb8f7a1 (included in v1.13).
v1.6 has been released almost 2 years ago. Why do you want to build this old version instead of the latest (v1.16)? |
I meant 1.16, it's a typo :) |
But given the error message you had, you did not use the latest version (but a version prior to v1.13). |
Hello! Can anyone update the build instruction for Windows? I've been trying to build the application for several hours, and constantly some errors, mainly due to the fact that nowhere is it written what and from which repositories you need to install, for example, not a word about mason, and as I understand it, it is needed for building, the same is with gradle and maybe something else, but I don't understand anything about Linux. I've fixed a bunch of problems with the PATH environment, but maybe I'm missing something else.
Now I have a problem with the first line of this code:
As I understand it, there should be something like "1.6", but I have an error "git repo not found"...
After manually fixing it, I get the following output with a mason error "meson.build:1:0: ERROR: Unknown compiler(s): ['cc', 'gcc', 'clang', 'pgcc', 'icc']" that I don't know how to solve:
The text was updated successfully, but these errors were encountered: