Autor Tópico: Chromium B.S.U.  (Lida 2602 vezes)

Offline Renan Rischiotto

  • Usuário Ubuntu
  • *
  • Mensagens: 2.888
    • Ver perfil
Chromium B.S.U.
« Online: 17 de Maio de 2013, 18:54 »
Como instalar o Chromium B.S.U. baixado pelo código fonte? Eu baixei do site oficial o jogo, descompactei e ela contém os seguintes arquivos:

http://img32.imageshack.us/img32/2658/capturadetelade20130517.png

E o arquivo "README.install" tem as seguintes instruções:

Código: [Selecionar]
Chromium B.S.U. Installation
----------------------------

Be sure to install the -dev or -devel packages of the prerequisites.

Prerequisites
------------------

Graphics:        OpenGL and GLU (mesa for e.g.)

Window & input:  SDL 1.1.6 or greater
                 GLUT is an alternative

Sound:           OpenAL and ALUT
                 SDL Mixer is an alternative

Image loading:   glpng
                 SDL_image is an alternative but has rendering issues

Text rendering:  GLC (QuesoGLC for e.g.)
                 FTGL 2.1.3 or greater is an alternative

Font:            Gothic Uralic bold recommended
                 any TrueType font is an alternative

OPTIONAL
--------

Building with SDL_image allows the game to set a window icon when using SDL.

If you would like a translated interface you should build with gettext & GLC.

The GLC text rendering backend supports using a different default font:

./configure --with-font-name="Gothic Uralic"

The FTGL text rendering backend is less flexible in its font searching.

To make it more flexible you should either build with fontconfig support or
specify a path to the desired font, this is useful for distributions where
the package system can then depend on the desired font:

./configure --with-font-path=/usr/share/fonts/truetype/uralic/gothub__.ttf

Install
---------------------

./configure <options> && make && sudo make install
 
You may also want to check the FAQ:

http://chromium-bsu.sf.net/faq.htm

If you encounter any problems, please post a support request:

http://sf.net/projects/chromium-bsu/support

Development version
---------------------

Prerequisites
------------------

Install these when building from the VCS:

autoconf
automake
gettext
pkg-config
autoconf-archive

Pre-build step
------------------

Run this command to recreate the build system:

autoreconf --symlink --install --force

Then you can build and install in the current directory:

./configure --prefix $PWD/install
make install
export PATH=$PWD/install:$PATH

Parece que tem que compilar? É isso?
Porque eu nem sei o que é isso de compilar ainda rsrs....já vi algo do tipo, que tem os comandos make, make install (esses comandos não funcionaram pra instalar :( ) e talz, mas praticamente não sei nada.
« Última modificação: 17 de Maio de 2013, 18:56 por Renan Rischiotto »

Offline Joseph

  • Usuário Ubuntu
  • *
  • Mensagens: 793
    • Ver perfil
Re: Chromium B.S.U.
« Resposta #1 Online: 18 de Maio de 2013, 08:03 »
Você instala o mesmo sem complicações digitando no terminal:

sudo apt-get install chromium-bsu

O comando vai instalar o jogo, as dependências e criar o atalho, sem precisar compilar nada, pois existe o mesmo nos repositórios do Ubuntu.

Offline Renan Rischiotto

  • Usuário Ubuntu
  • *
  • Mensagens: 2.888
    • Ver perfil
Re: Chromium B.S.U.
« Resposta #2 Online: 18 de Maio de 2013, 11:41 »
Ahh tah valeu :)
É que eu queria aprender também esse negócio de compilar e talz rsrs
Valeu!

Offline Arthur Bernardes

  • Usuário Ubuntu
  • *
  • Mensagens: 4.692
    • Ver perfil
Re: Chromium B.S.U.
« Resposta #3 Online: 18 de Maio de 2013, 13:12 »
Primeiro, verifique se o pacote build-essential está instalado.

Caso não ==> sudo apt-get install build-essential

Veja.

==> http://packages.ubuntu.com/precise/build-essential

==> https://help.ubuntu.com/community/CompilingEasyHowTo

Há um bom tópico aqui.

==> http://ubuntuforum-br.org/index.php/topic,24521.0.html
« Última modificação: 18 de Maio de 2013, 14:25 por Arthur Bernardes »