Skip to content
Snippets Groups Projects
Commit 027d3953 authored by Gabriel Olescki's avatar Gabriel Olescki
Browse files

Update README

parent 761ab92d
No related branches found
No related tags found
No related merge requests found
# J.A.P.A.
Jogo de auxílio para crianças autistas
## Primeiros passos
Para contribuir no projeto, é necessária a instalação da *game engine* Unity3D.
### Pré-requisitos
Unity para Linux, versão 5.5.0f3
Instalador para Ubuntu 64-bits:
```
wget http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0f3+20161125_amd64.deb
```
Instalador para outras distros 64-bits:
```
wget http://download.unity3d.com/download_unity/linux/unity-editor-installer-5.5.0f3+20161125.sh
```
### Instalação
Ubuntu 64-bits:
```
sudo dpkg -i
```
Outras distro:
```
chmod +x unity-editor-installer-5.5.0f3+20161125.sh
./unity-editor-installer-5.5.0f3+20161125.sh
```
## Obtendo o repositório
Clonando o projeto:
```
git clone git@gitlab.c3sl.ufpr.br:pet/Japa-Unity3D.git
```
## Contribuindo
Para os que queiram contribuir com o projeto são bem vindos para entrar em contato
com o pet computação ou enviar merge requests.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment