Skip to content

Commit 48a33ea

Browse files
authored
List all rbenv build dependencies in README (#1193)
- Consolidate to a single command for quicker execution.
1 parent c75f2d5 commit 48a33ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Godot Engine Website
22

33
Welcome to the source code for the Godot Engine website. This is a static website, generated offline using
4-
[Jekyll](https://jekyllrb.com/).
4+
[Jekyll](https://jekyllrb.com/).
55

66

77
### Table of Contents
@@ -70,18 +70,18 @@ When working on new features[^2][^3], keep in mind this website only supports _e
7070
- Docker - If you run on Docker, also you can use the Jekyll Docker image to serve the site.
7171

7272
> [!CAUTION]
73-
> If you use latest versions of Ruby, you may encounter issues on building process.
73+
> If you use latest versions of Ruby, you may encounter issues on building process.
7474
> Use the specific version of Ruby that is mentioned above.
7575
7676
#### Building the website locally
7777

7878
To build the website locally, follow these steps:
7979

8080
1. Install Ruby 3.2 or later and Jekyll.
81-
- If you don't have access to Ruby 3.2 or later in your distribution's repositories, install a compatible version of Ruby using `rbenv`:
81+
- If you don't have access to Ruby 3.2 or later in your distribution's repositories,
82+
install a compatible version of Ruby using `rbenv` as well as Ruby's build-time dependencies:
8283
- Install in Ubuntu:
83-
- `sudo apt install rbenv`
84-
- `sudo apt install libyaml-dev`
84+
- `sudo apt install rbenv build-essential libffi-dev libreadline-dev libyaml-dev zlib1g-dev`
8585
- Install in Fedora:
8686
- Install `rbenv` with dnf
8787
- Set up `rbenv` running the following:

0 commit comments

Comments
 (0)