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
This will allow to run the script simply by double click on Windows, instead of having to fire the terminal, navigate to the folder and run the script from here.
The text was updated successfully, but these errors were encountered:
reg31
changed the title
Facilitate autogen.bat
facilitate autogen.bat
Feb 21, 2025
reg31
changed the title
facilitate autogen.bat
[Feature] facilitate autogen.bat
Feb 21, 2025
Hi,
As a nice-to-have, you could add cd %~dp0 to autogen.bat so this will garantee that the script runs in current folder, such as:
@echo off
cd %~dp0
REM Run this to set up the build system: configure, makefiles, etc.
https://github.com/xiph/opus/blob/main/autogen.bat
This will allow to run the script simply by double click on Windows, instead of having to fire the terminal, navigate to the folder and run the script from here.
The text was updated successfully, but these errors were encountered: