You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software.
NSIS is a professional open-source tool for creating Windows installation programs.
cd MediaEditor && mkdir build &&cd build && \
cmake .. && cmake --build . --config Release --target all -j
Step 4 ❤ Generate Installation package (Optional)
Note: If you want to generate installation package, you need to place source code in the usr-path under the MSYS path, and then repeat the preceding steps.
cd MediaEditor && mkdir build &&cd build && \
cmake .. && cmake --build . --config Release --target all -j
Step 4 ❤ Generate Installation package (Optional)
Note: MacOS M1 has the strict signature mechanism, so we recommend using our released version. If you want to create your own installation package, please refer to the instructions provided by Apple.