From 149bf5b7ec4b402dbb18d22a84dea35a97777cc1 Mon Sep 17 00:00:00 2001 From: dc <60038236+dc-redeclipse@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:48:49 +0200 Subject: [PATCH 1/5] Update Install-Guide.md Updating dependencies --- docs/Install-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Install-Guide.md b/docs/Install-Guide.md index 62e5f01..e5c8b9c 100644 --- a/docs/Install-Guide.md +++ b/docs/Install-Guide.md @@ -27,14 +27,14 @@ If you get a permission denied error during install, right click the installer a ### Standard Package - Install Red Eclipse's dependencies. - - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0` + - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal-dev libsndfile-dev` - Fedora: `dnf install curl SDL2 SDL2_mixer SDL2_image` - [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`. - Enter the extracted folder (redeclipse-X.Y.Z) and run `redeclipse.sh` to launch Red Eclipse. ### From Source - Install additional dependencies to compile with: - - Debian/Ubuntu: `sudo apt-get install libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev` + - Debian/Ubuntu: `sudo apt-get install cmake curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` From the command line: - Clone the repository and its submodules with `git clone --recurse-submodules https://github.com/redeclipse/base` From 5f6ba6d8b851bc8d2cb90cb9ba64b91ef30bcc69 Mon Sep 17 00:00:00 2001 From: dc <60038236+dc-redeclipse@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:30:23 +0200 Subject: [PATCH 2/5] Update Install-Guide.md Small correction --- docs/Install-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install-Guide.md b/docs/Install-Guide.md index e5c8b9c..808b503 100644 --- a/docs/Install-Guide.md +++ b/docs/Install-Guide.md @@ -27,7 +27,7 @@ If you get a permission denied error during install, right click the installer a ### Standard Package - Install Red Eclipse's dependencies. - - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal-dev libsndfile-dev` + - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal1 libsndfile1` - Fedora: `dnf install curl SDL2 SDL2_mixer SDL2_image` - [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`. - Enter the extracted folder (redeclipse-X.Y.Z) and run `redeclipse.sh` to launch Red Eclipse. From fabf32cf505d61b7d50e51cdcbccd428e21437f9 Mon Sep 17 00:00:00 2001 From: dc <60038236+dc-redeclipse@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:50:46 +0200 Subject: [PATCH 3/5] Update Install-Guide.md another small change --- docs/Install-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install-Guide.md b/docs/Install-Guide.md index 808b503..3f872e2 100644 --- a/docs/Install-Guide.md +++ b/docs/Install-Guide.md @@ -34,7 +34,7 @@ If you get a permission denied error during install, right click the installer a ### From Source - Install additional dependencies to compile with: - - Debian/Ubuntu: `sudo apt-get install cmake curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` + - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` From the command line: - Clone the repository and its submodules with `git clone --recurse-submodules https://github.com/redeclipse/base` From 2fafd36c270fb75dce47f6d44080d2c2c0728b10 Mon Sep 17 00:00:00 2001 From: dc <60038236+dc-redeclipse@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:00:06 +0200 Subject: [PATCH 4/5] Update Install-Guide.md Update dependencies --- docs/Install-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install-Guide.md b/docs/Install-Guide.md index 3f872e2..9b68b50 100644 --- a/docs/Install-Guide.md +++ b/docs/Install-Guide.md @@ -34,7 +34,7 @@ If you get a permission denied error during install, right click the installer a ### From Source - Install additional dependencies to compile with: - - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` + - Debian/Ubuntu: `sudo apt-get install make g++ curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` From the command line: - Clone the repository and its submodules with `git clone --recurse-submodules https://github.com/redeclipse/base` From 14bd659a12aeb8cd4eddb3e7cffcf7f5c4fc86d1 Mon Sep 17 00:00:00 2001 From: dc <60038236+dc-redeclipse@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:05:03 +0200 Subject: [PATCH 5/5] Update Install-Guide.md apt is enough apt-get is no longer necessary --- docs/Install-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Install-Guide.md b/docs/Install-Guide.md index 9b68b50..77631fe 100644 --- a/docs/Install-Guide.md +++ b/docs/Install-Guide.md @@ -27,14 +27,14 @@ If you get a permission denied error during install, right click the installer a ### Standard Package - Install Red Eclipse's dependencies. - - Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal1 libsndfile1` + - Debian/Ubuntu: `sudo apt install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal1 libsndfile1` - Fedora: `dnf install curl SDL2 SDL2_mixer SDL2_image` - [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`. - Enter the extracted folder (redeclipse-X.Y.Z) and run `redeclipse.sh` to launch Red Eclipse. ### From Source - Install additional dependencies to compile with: - - Debian/Ubuntu: `sudo apt-get install make g++ curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` + - Debian/Ubuntu: `sudo apt install make g++ curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev` From the command line: - Clone the repository and its submodules with `git clone --recurse-submodules https://github.com/redeclipse/base`