The QT binary is named yuzu.exe
parent
ff6924cd78
commit
ab7e806183
|
@ -91,7 +91,7 @@ mkdir build && cd build
|
||||||
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
|
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
|
||||||
make -j4
|
make -j4
|
||||||
# test yuzu out with
|
# test yuzu out with
|
||||||
./bin/yuzu-qt.exe
|
./bin/yuzu.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note! This build is not a static build meaning that you need to include all of the dlls with the exe in order to use it.**
|
**Note! This build is not a static build meaning that you need to include all of the dlls with the exe in order to use it.**
|
||||||
|
|
Loading…
Reference in New Issue