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

[Solved] How to use on Arch Linux #47

Open
Sandman6z opened this issue Jul 10, 2024 · 3 comments
Open

[Solved] How to use on Arch Linux #47

Sandman6z opened this issue Jul 10, 2024 · 3 comments

Comments

@Sandman6z
Copy link
Contributor

针对Arch Linux用户,我做了如下操作,能够跑起来Demo:

用如下指令代替Ubuntu系apt指令

sudo pacman -S sdl2
sudo pacman -S base-devel
sudo pacman -S gcc make
sudo pacman -S libsdl2-devel
sudo pacman -S sdl2_mixer
sudo pacman -S sdl2-devel

VSCode安装

vscode用AUR管理器安装”visual-studio-code-bin“
例如我用paru:
paru -S visual-studio-code-bin

git保证项目完整,各模块更新就能跑起来了
2024-07-10_14-07
2024-07-10_14-08

@kisvegabor
Copy link
Member

Thank you! Could you send a Pull request to update the README?

@Sandman6z
Copy link
Contributor Author

Sorry, kisvegabor.
I forgot that I turned off the prompt in the issue area, I just checked the blog and remembered it, so I'll do it now.😁

@kisvegabor
Copy link
Member

Thank you! 😊

kisvegabor added a commit that referenced this issue Aug 14, 2024
* git commit -m "Update README with solution for issue #47"

* Update README.md

A minor formatting change. Follow the Author's format.

Co-authored-by: Gabor Kiss-Vamosi <[email protected]>

---------

Co-authored-by: Gabor Kiss-Vamosi <[email protected]>
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

2 participants