Skip to content

Commit

Permalink
Agrego instalacion a manual de usuario
Browse files Browse the repository at this point in the history
  • Loading branch information
guidobotta committed Jul 7, 2020
1 parent 1d6ec13 commit 174d4f3
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion documentacion/Manual de Usuario.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,35 @@ Se asegura que el programa funcionará en sistemas con especificaciones similare

### Proceso de instalación

***COMPLETAR***
Se requieren instalar los siguientes paquetes:

- g++
- Makefile
- CMake
- msgpack
- SDL2
- QT

Ejecutar los siguientes comandos:

~~~
chmod +x install.sh
sudo ./install.sh
~~~

Se crearán dos ejecutables: `client` y `server`

Para ejecutar el servidor se debe escribir:

~~~
./server server_src/config/gameConfig.json
~~~

Y para ejecutar el cliente se debe escribir:

~~~
./client
~~~

## Configuración

Expand Down

0 comments on commit 174d4f3

Please sign in to comment.