Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agetic
librecast
Commits
17170631
Commit
17170631
authored
Aug 30, 2017
by
Carlos Remuzzi
Browse files
commentando el instalador
parent
98b9850c
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
17170631
# Instalación
## Requerimientos
## vía curl
El cliente esta desarrollado para sistemas operativos Linux basados en Debian.
Se ha verificado el funcionamiento del cliente en Debian >= 8 y Ubuntu 16.04
```
shell
En fase de instalacion sera' necesario disponer de la herramienta sudo y de los privilegios oportunos
para instalar paquetes mediante apt.
En particular el instalador los guiara' en la instalacion de los paquetes:
*
git
*
gstreamer1.0-tools
*
curl
sh
-c
"
$(
curl
-fksSL
https://gitlab.geo.gob.bo/agetic/librecast/raw/master/tools/install.sh
)
"
```
## vía wget
## Instalacion
Para instalar el cliente de libreCast es suficiente copiar y pegar el siguiente comando en tu consola.
```
shell
sh
-c
"
$(
wget
--no-check-certificate
https://gitlab.geo.gob.bo/agetic/librecast/raw/master/tools/install.sh
-O
-
)
"
sh
-c
"
$(
curl
-fksSL
https://gitlab.geo.gob.bo/agetic/librecast/raw/master/tools/install.sh
)
"
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment