Vous êtes sur la page 1sur 3

Configuracin del Idioma del Sistema Raspbian a espaol

1.
2.
3.
4.

Abrir el Terminal LX (LX Terminal)


sudo raspi-config
Internationalisation Options
Change Locale

Desmarcar con la Barra Espaciadora en:


5. [*] GB.UTF-8 UTF-8
y Marcar en:
6. [ ] es_MX.UTF-8 UTF-8
7. Elegir
<OK>
8. Elegir MX.UTF-8 UTF-8 y <OK>
Con esto queda guardada la configuracin.
Ahora configuraremos la zona horaria:
1.
2.
3.
4.
5.

Internationalisation Options
Change Timezone
America
Mexico_City
<OK>

Ahora configuraremos el idioma de nuestro teclado:


1. Internationalisation Options
2. Change Keyboard Layout
3. Generic 105-key (Intl) PC
4. <OK>
5. Other
6. Spanish (Latin American)
7. Spanish (Latin American)
8. The default for the keyboard layout
9. No compose key
10. <No>
Finalmente reiniciamos el Sistema Operativo Raspbian, para que los cambios surtan
efecto. Estando en el men principal de configuracin elegiremos:
11. <Finish>
12. sudo reboot

Pasos para instalar Qt Creator (versin para Qt4)


sudo apt-get update

sudo apt-get upgrade


sudo apt-get install g++
sudo apt-get install qt4-dev-tools
sudo apt-get install qtcreator
sudo reboot f
sudo shutdown h now

Vous aimerez peut-être aussi