Acá les dejo las instrucciones para instalar NINJA desde el repositorio en desarrollo:
- Instalar XCode desde el App Store:
- http://itunes.apple.com/us/app/xcode/id448457090?mt=12
- Instalar HomeBrew:
- https://github.com/mxcl/homebrew/wiki/Installation
- Instalar Qt y PyQt:
- $ brew install qt
- $ brew install pyqt
- Agregar esta línea en el archivo ~/.profile:
- export PYTHONPATH=/usr/local/lib/python:$PYTHONPATH
- Hacer un checkout del repositorio de NINJA:
- Hace falta tener instalado Mercurial para hacer el clone del repositorio. Si no lo tenés instalado, lo podés instalar así:
- sudo easy_install mercurial
- $ cd ~
- $ mkdir NINJA_IDE
- $ cd NINJA_IDE
- $ git clone https://github.com/ninja-ide/ninja-ide.git ninja-ide
- $ cd ninja-ide
- Ejecutar NINJA:
- Vamos a la carpeta del checkout:
- $ cd ~/NINJA_IDE/ninja-ide/
- $ python ninja-ide.py
Y ahora, a disfrutar de NINJA-IDE!
No hay comentarios:
Publicar un comentario