git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
2k stars 145 forks source link

List dependencies for linux install (WSL) #138

Open cyril-marpaud opened 2 years ago

cyril-marpaud commented 2 years ago

Hi everyone, I though that including a dependencies list in README.md would be nice so that people running on Linux (including WSL) can use a one-liner instead of trying to run the executable & installing the missing libraries one by one. On my WSL debian, I needed to sudo apt-get update && sudo apt-get install libpulse-dev libasound2-dev libxi-dev libxrandr-dev libxinerama1 libxcursor1 libgl1.

But then I encountered this error : image I think it would also be nice to mention that WSL needs tweaking so that X11 server is properly accessible (see this answer) on stackoverflow