main
David Vargas 2022-04-08 17:45:45 +01:00
parent 715e56f504
commit c2c8e3cd0d
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'ffi'
gem 'jekyll' gem 'jekyll'

View File

@ -61,6 +61,7 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
ffi
jekyll jekyll
BUNDLED WITH BUNDLED WITH

View File

@ -8,7 +8,9 @@ Enlaces de interés
## Instalación ## Instalación
1. Tener Ruby instalado. 1. Tener Ruby instalado.
2. Se require tener el compilador de g++ instalado (`zypper in gcc-c++`) 2. Se require tener
* El compilador de g++ instalado (`zypper in gcc-c++`)
* `libffi-devel`
3. Instalar la gema. 3. Instalar la gema.
* Se puede instalar teniendo el [Gemfile](Gemfile) con `bundler install` o * Se puede instalar teniendo el [Gemfile](Gemfile) con `bundler install` o
* Se puede hacer mediante el comando `sudo gem install jenkins`. * Se puede hacer mediante el comando `sudo gem install jenkins`.