Skip to content

Commit

Permalink
Linux readme (#871)
Browse files Browse the repository at this point in the history
* POSIX: add semi-colon to protocol mimetype when creating desktop entry

* README: linux build - update deps
  • Loading branch information
ciscon committed Nov 23, 2023
1 parent b91e748 commit 022f78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Make sure you have the dependencies installed:

- For *Debian/Ubuntu 16.10+*
```
sudo apt install git build-essential libsdl2-dev libjansson-dev libexpat-dev libcurl4-openssl-dev libpng-dev libjpeg-dev libsndfile-dev libspeex-dev libspeexdsp-dev libxxf86vm-dev libpcre2-dev
sudo apt install git build-essential libsdl2-2.0-0 libsdl2-dev libjansson-dev libexpat1-dev libcurl4-openssl-dev libpng-dev libjpeg-dev libspeex-dev libspeexdsp-dev libfreetype6-dev libsndfile1-dev libpcre2-dev libminizip-dev
```
- For *openSUSE Tumbleweed*
```
Expand Down
2 changes: 1 addition & 1 deletion src/sys_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ void Sys_RegisterQWURLProtocol_f(void)
"Categories=quakeworld;qtv;Game;\n"
"Exec=%s +qwurl %s\n"
"Path=%s\n"
"MimeType=x-scheme-handler/qw\n"
"MimeType=x-scheme-handler/qw;\n"
"Terminal=false\n"
"StartupNotify=false\n"
, exe_path, "%u", com_basedir);
Expand Down

0 comments on commit 022f78c

Please sign in to comment.