mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-06 14:09:58 +03:00
List all rbenv build dependencies in README (#1193)
- Consolidate to a single command for quicker execution.
This commit is contained in:
@@ -78,10 +78,10 @@ When working on new features[^2][^3], keep in mind this website only supports _e
|
|||||||
To build the website locally, follow these steps:
|
To build the website locally, follow these steps:
|
||||||
|
|
||||||
1. Install Ruby 3.2 or later and Jekyll.
|
1. Install Ruby 3.2 or later and Jekyll.
|
||||||
- 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`:
|
- 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` as well as Ruby's build-time dependencies:
|
||||||
- Install in Ubuntu:
|
- Install in Ubuntu:
|
||||||
- `sudo apt install rbenv`
|
- `sudo apt install rbenv build-essential libffi-dev libreadline-dev libyaml-dev zlib1g-dev`
|
||||||
- `sudo apt install libyaml-dev`
|
|
||||||
- Install in Fedora:
|
- Install in Fedora:
|
||||||
- Install `rbenv` with dnf
|
- Install `rbenv` with dnf
|
||||||
- Set up `rbenv` running the following:
|
- Set up `rbenv` running the following:
|
||||||
|
|||||||
Reference in New Issue
Block a user