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'
gem 'ffi'
gem 'jekyll'

View File

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

View File

@ -8,7 +8,9 @@ Enlaces de interés
## Instalación
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.
* Se puede instalar teniendo el [Gemfile](Gemfile) con `bundler install` o
* Se puede hacer mediante el comando `sudo gem install jenkins`.