File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Godot Engine Website
22
33Welcome 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
7878To build the website locally, follow these steps:
7979
80801 . 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:
You can’t perform that action at this time.
0 commit comments