The english version of this file can be found below.
Para informações gerais sobre este repositório, por favor acesse
about.info.md
O jogo se encontra em desenvolvimento, e pode se comportar de maneira inesperada.
Para executar o jogo no Ubuntu é necessária a instalação dos seguintes pacotes:
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-mixer-dev
- libsdl2-ttf-dev
É esperada a compatibilidade ao menos com outros sistemas da família Debian.
Recomenda-se também a instalação do git, caso não esteja instalado. A instalação pode ser feita através do seguinte comando:
$ sudo apt install git libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
Recomenda-se também baixar o jogo através do git, usando
$ git clone https://github.com/llucasll/BubbleShooter.git
$ cd BubbleShooter/
Em seguida, o comando make é o suficiente para sua compilação e execução.
$ make
For general information about this repository, please open the file
about.info.md
The game is being developed and can be unstable.
To play the game on the Ubuntu is required get installed the following packages:
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-mixer-dev
- libsdl2-ttf-dev
It's expected the compatibility with the Debian family of Operating Systems.
We advice the installation of git too, if it's not installed. The installation of all this packages can be done with the following command:
$ sudo apt install git libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
We also advice download the game using the command
$ git clone https://github.com/llucasll/BubbleShooter.git
$ cd BubbleShooter/
After the configuration, the make command without arguments is enough to compile and run.
$ make