uavs3 / uavs3e

AVS3 encoder which supports AVS3-P2 baseline profile.
Other
134 stars 61 forks source link

Version.bat does not run on Windows 10 #21

Open paulhiggs opened 3 years ago

paulhiggs commented 3 years ago

generally the sh command is not available in the Windows command prompt and neither are many of the commands used in the shell script.

The preconditions for building in a Windows environment should be described in the Readme

paulhiggs commented 3 years ago

Here is a patch to create a full functioning version.bat that does not rely on version.sh

0001-revised-to-work-on-Windows-10.zip

Uranite commented 1 month ago

version.bat requires git's sh.exe for it to work