mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +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:
|
||||
|
||||
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:
|
||||
- `sudo apt install rbenv`
|
||||
- `sudo apt install libyaml-dev`
|
||||
- `sudo apt install rbenv build-essential libffi-dev libreadline-dev libyaml-dev zlib1g-dev`
|
||||
- Install in Fedora:
|
||||
- Install `rbenv` with dnf
|
||||
- Set up `rbenv` running the following:
|
||||
|
||||
Reference in New Issue
Block a user