This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Can't compile via MSYS2. #121
PetterRF96
started this conversation in
General
Replies: 1 comment 2 replies
-
Replace |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the tutorial to compile the project, but when running the Make command:
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_DEC=OFF -DSVT_AV1_LTO=ON -DNATIVE=ON -DCMAKE_CXX_FLAGS="-O3" -DCMAKE_C_FLAGS="-O3" -DCMAKE_LD_FLAGS="-O3" -G "Ninja" && make -j$(nproc)
I get the following error:
-- Build files have been written to: A:/MSYS2/home/User/svt-av1-psy/svt_build make: *** No targets specified and no makefile found. Stop.
I would like to understand what happened and how to successfully build the project.
Beta Was this translation helpful? Give feedback.
All reactions