Skip to content

Commit 2f31c69

Browse files
committed
Updated README
1 parent 8ad2336 commit 2f31c69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Jazz² Resurrection is reimplementation of the game **Jazz Jackrabbit 2** releas
3737

3838
## Running the application
3939
### Windows
40+
* Install [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
4041
* Download the game
4142
* Copy contents of original *Jazz Jackrabbit 2* directory to `‹Game›\Source\`
4243
* Run `‹Game›\Jazz2.exe`, `‹Game›\Jazz2_avx2.exe` or `‹Game›\Jazz2_sdl2.exe` application
@@ -45,7 +46,7 @@ Jazz² Resurrection is reimplementation of the game **Jazz Jackrabbit 2** releas
4546

4647
### Linux
4748
* Download the game
48-
* Install dependencies: `sudo apt install libglew2.2 libglfw3 libsdl2-2.0-0 libopenal1 libvorbisfile3 libopenmpt0`
49+
* Install dependencies: `sudo apt install libcurl4 libglew2.2 libglfw3 libsdl2-2.0-0 libopenal1 libvorbisfile3 libopenmpt0`
4950
* Alternatively, install provided `.deb` or `.rpm` package and dependencies should be installed automatically
5051
* Copy contents of original *Jazz Jackrabbit 2* directory to `‹Game›/Source/`
5152
* If packages are used, the files must be copied to `~/.local/share/Jazz² Resurrection/Source/` or `/usr/local/share/Jazz² Resurrection/Source/` instead, please follow instructions of specific package

0 commit comments

Comments
 (0)