Skip to content

Commit 48f32cb

Browse files
author
Red Eclipse
committed
Build docs:17 from c650ce011ba55a2ad1ee2a3edc85bfedb6b6f112
1 parent 2adf646 commit 48f32cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Install-Guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ If you get a permission denied error during install, right click the installer a
2727

2828
### Standard Package
2929
- Install Red Eclipse's dependencies.
30-
- Debian/Ubuntu: `sudo apt install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal1 libsndfile1`
30+
- Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0`
3131
- Fedora: `dnf install curl SDL2 SDL2_mixer SDL2_image`
3232
- [Download the tarball](/download/linux), move it to your home directory, and extract it with your file manager, an archive utility, or the terminal command `tar -jxvf redeclipse_X.Y.Z_nix.tar.bz2`.
3333
- Enter the extracted folder (redeclipse-X.Y.Z) and run `redeclipse.sh` to launch Red Eclipse.
3434

3535
### From Source
3636
- Install additional dependencies to compile with:
37-
- Debian/Ubuntu: `sudo apt install make g++ curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev`
37+
- Debian/Ubuntu: `sudo apt-get install libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev`
3838

3939
From the command line:
4040
- Clone the repository and its submodules with `git clone --recurse-submodules https://github.com/redeclipse/base`
4141
- Enter the working directory with `cd base`
4242
- Compile with `make -C src install -jN`, with `-jN` being set to the number of cores your CPU has (e.g. `-j4` for a quad core system)
4343
- Enter the source directory with `cd src`
44-
- Run the game with `./redeclipse_linux`
44+
- Run the game with `./redeclipse.sh`
4545

4646
## macOS
4747
- [Download the macOS tarball](/download/macos).

0 commit comments

Comments
 (0)