xiph / xiph/opus

[Feature] facilitate autogen.bat

Open
#394 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
3.3k
Forks
808
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open autogen.bat and compare its current commands with the requested working-directory change. Test the script by double-clicking it in Windows from outside the project directory; done means it runs from the script’s folder without requiring a terminal or manual navigation.

Written by the indexing model from the issue text.

Assessment

Domain
build-system
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.