Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/CompileDebian Dead Link (Unbuilt Wiki Page) #113

Open
GDLMendonca opened this issue Apr 17, 2021 · 0 comments
Open

/CompileDebian Dead Link (Unbuilt Wiki Page) #113

GDLMendonca opened this issue Apr 17, 2021 · 0 comments

Comments

@GDLMendonca
Copy link

Context

  • If the pygame installer encounters a fatal error, the user is provided with a help link

    • This link is expected to send them to the pygame wiki; specifically, a page that outlines the manual setup procedure for their system's OS.
  • The actual links are sourced in pygame/pygame/setup.py:

    help_urls = {
        'Linux': 'https://www.pygame.org/wiki/Compilation',
        'Ubuntu': 'https://www.pygame.org/wiki/CompileUbuntu',
        'Debian': 'https://www.pygame.org/wiki/CompileDebian',
        'Windows': 'https://www.pygame.org/wiki/CompileWindows',
        'Darwin': 'https://www.pygame.org/wiki/MacCompile',
    }

Issue

However, CompileDebian is referenced on the CompileUbuntu wiki:

Raspbian
For the time being, this is parked here but needs to find a place to a wiki page called CompileDebian which doesn't exist. The above also applies for Raspbian with the exception that instead of timgm6mb-soundfont the package musescore-soundfont-gm needs to be installed.

Possible Solutions

  • Remove aforementioned reference
  • Build /CompilerDebian page

More info

https://stackoverflow.com/questions/66692760/im-getting-errors-while-installing-pygame-on-my-chromebook-and-to-make-matters
Related to pygame/pygame#2531 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant