## page was renamed from Giochi/Simulazione/TransitExecutive
#format wiki
#LANGUAGE it
<<BR>>
||<tableclass="table-Giochi" tablestyle="width:45%; float:right; margin:12px 0px 0px 12px;" style="background: url(/htdocs/common/img/Giochi/table-top-sx.png) top left no-repeat;" class="table-Giochi" 10% ><<BR>> ||||<class="table-Giochi" : 10%> {*} '''Scheda tecnica''' ||<style="background: url(/htdocs/common/img/Giochi/table-top-dx.png) top right no-repeat;" class="table-Giochi" 10%><<BR>> ||
||<: 10% class="table-Giochi"> ||<40% class="table-Giochi">'''Categoria:''' ||<40% class="table-Giochi">''Simulazione'' ||<: 10% class="table-Giochi">||
||<: 10% class="table-Giochi"> ||<40% class="table-Giochi"> '''N° di giocatori:  '''||<40% style="border: medium none;">''Giocatore singolo '' ||<10% class="table-Giochi"> ||
||<10% class="table-Giochi"> ||<40% class="table-Giochi">'''Download:''' ||<40% class="table-Giochi"> '' 1,9 MiB '' ||<10% class="table-Giochi">||
||<10% class="table-Giochi"> ||<40% class="table-Giochi">'''Sito ufficiale:  '''||<40% class="table-Giochi">''http://transitexec.sourceforge.net/'' ||<10% class="table-Giochi">||
||<10% class="table-Giochi">||<40% class="table-Giochi">'''Requisiti minimi:''' ||<40% class="table-Giochi">'''''Processore:''''' ''qualsiasi '' <<BR>>'''''Memoria RAM:''''' ''qualsiasi '' <<BR>>'''''Scheda video:''''' ''qualsiasi '' ||<10% class="table-Giochi">||
||<: 10% class="table-Giochi"> ||<40% class="table-Giochi"> '''Licenza:  '''||<40% style="border: medium none;"> <<Immagine(Icone/Piccole/al-small.png)>>  ||<10% class="table-Giochi"> ||
||<style="background: url(/htdocs/common/img/Giochi/table-bottom-sx.png) bottom left no-repeat;" class="table-Giochi" 10%><<BR>> ||<class="table-Giochi" -2><<BR>> ||<style="background: url(/htdocs/common/img/Giochi/table-bottom-dx.png) bottom right no-repeat;" class="table-Giochi" 10%><<BR>> ||


<<BR>>

 * '''Transit Executive''' è un gioco gestionale in tempo reale in cui si dovrà costruire la propria città, con palazzi, strade e strutture per la navigazione.
 * Il gioco, ancora in fase di sviluppo, è rilasciato con licenza BSD.

||<tablestyle="width:45%; float:left; margin:10px 0px 10px 0px;" tableclass="table-Giochi"  style="background: url(/htdocs/common/img/Giochi/table-top-sx.png) top left no-repeat;" class="table-Giochi" 15% ><<BR>> ||<class="table-Giochi" : 80%> {*} '''Immagine del gioco''' ||<style="background: url(/htdocs/common/img/Giochi/table-top-dx.png) top right no-repeat;" class="table-Giochi" 10%><<BR>> ||
||<class="table-Giochi" : -3 > <<Immagine(./TransitExecutive.png,350)>> ||
||<style="background: url(/htdocs/common/img/Giochi/table-bottom-sx.png) bottom left no-repeat;" class="table-Giochi" 10%><<BR>> ||<class="table-Giochi"><<BR>> ||<style="background: url(/htdocs/common/img/Giochi/table-bottom-dx.png) bottom right no-repeat;" class="table-Giochi" 10% ><<BR>> ||

<<BR>><<BR>><<BR>><<BR>><<BR>>
<<BR>><<BR>><<BR>><<BR>><<BR>>
<<BR>><<BR>><<BR>><<BR>><<BR>>
<<BR>><<BR>><<BR>><<BR>><<BR>>
<<BR>>

= Preparativi =
[[AmministrazioneSistema/InstallareProgrammi|Installare]] i seguenti pacchetti:
 * [[apt://build-essential | build-essential]]
 * [[apt://libvorbis-dev | libvorbis-dev]]

= Installazione =
 0. Scaricare nella propria '''Home''' l'archivio con i sorgenti del gioco da [[http://prdownloads.sourceforge.net/transitexec/transitexecutive-0.2.tar.gz|questo indirizzo]].
 0. Estrarre il contenuto dell'archivio digitando il seguente comando in una finestra di [[AmministrazioneSistema/RigaDiComando|terminale]]:
 {{{
tar -xzvf transitexecutive-*.tar.gz}}}
 0. Eliminare l'archivio non più necessario, entrare nella cartella appena estratta e compilare il gioco, con i seguenti comandi da [[AmministrazioneSistema/RigaDiComando|terminale]]:
 {{{
rm transitexecutive-*.tar.gz
cd transitexecutive*
./configure
make}}}

= Avvio =
Entrare nella cartella decompressa in precedenza e fare doppio clic sull'eseguibile `transitexecutive`; in alternativa è sufficiente digitare da [[AmministrazioneSistema/RigaDiComando|terminale]]:
{{{
~/transitexecutive*/transitexecutive}}}
---- 
CategoryGiochi CategoryDaCancellare