Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-settings.php on line 472

Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-settings.php on line 487

Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-settings.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-settings.php on line 530

Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/kappe81/public_html/openblog/wp-includes/theme.php on line 623
Errori durante la compilazione di Stellarium da sorgenti | Nivis Labs openBlog

Errori durante la compilazione di Stellarium da sorgenti

PREMESSA

Durante la compilazione di Stellarium in Ubuntu e Debian capita sovente di imbattersi in alcuni errori, piuttosto criptici, dovuti spesso all’assenza di alcuni strumenti necessari a compilare.

INSTALLARE STELLARIUM

Ecco la procedura standard da seguire per installare stellarium. Una volta scaricati i sorgenti dal sito ufficiale, bisogna procedere come segue

Spacchettare i sorgenti
~$ tar -xzf stellarium-x.x.tar.gz

Accedere alla cartella decompressa
~$ cd stellarium-x.x

Compilare i sorgenti
~$ cmake .
~$ make

Installare il software
~$ sudo make install

Pulire la directory di installazione (facoltativo)
~$ make clean

MESSAGGI DI ERRORE CHE POTRESTE VEDERE NEL TERMINALE …

Caso 1.
cmake: command not found

Caso 2.
Qt qmake not found

Caso 3.
boost was not found

… E LORO SOLUZIONI

Caso 1.
~$ sudo apt-get install cmake

Caso 2.
~$ sudo apt-get install libqt4-dev qt4-dev-tools

Caso 3.
~$ sudo apt-get install libboost-dev

Martedì, Ottobre 14th, 2008 Mondo Open Source

Non c’è ancora nessun commento.

Lascia un commento