Name | Modified | Size | Downloads / Week |
---|---|---|---|
brichip-GAMES.zip | 2013-05-07 | 13.0 kB | |
README | 2013-05-07 | 2.3 kB | |
brichip-1.1.zip | 2013-05-07 | 162.1 kB | |
brichip-1.1.exe | 2013-05-06 | 73.3 kB | |
Totals: 4 Items | 250.7 kB | 1 |
BriChip 2010-2013 by Marcos Brito, marbri91@gmail.com, Spain. http://sourceforge.net/projects/brichip/ This files are under GPL License ENGLISH To compile the executable you have to install the program dependences. In this case you need only the SDL grafic library. You can find more information in http://www.libsdl.org/. --Installation on Ubuntu You have to type this on Terminal: sudo apt-get install libsdl1.2-dev sudo apt-get install libsdldebian With that you will install the SDL library dependences. you have to comile with gcc, to install it type: sudo apt-get install build-essential and now simply go to brchip-0.1 folder: ./configure make and that's it! ready to run! --Installantion on MacOSX Go to SDL site to get the last release of the library. http://www.libsdl.org/download-1.2.php You must have installed Xcode but it is already installed in the new Macs. Go to Apple website to get it. In the directory do: make -f Makefile.MacOSX ===== USAGE ===== You can manage it with: ./brichip-1.1 <rom file> SPANISH Para poder compilar el ejecutable es necesario tener instaladas las dependencias del programa. En este caso nicamente son las dependencias del la librera grfica SDL. Para meyor informacin sobre cmo instalar la libreras http://www.libsdl.org/. --Instrucciones para instalacin en Ubuntu Se introducen estas instrucciones en Terminal: sudo apt-get install libsdl1.2-dev sudo apt-get install libsdl1.2debian Esto instala las libreras SDL que es el API grfico. Para poder compilar es necesario tener instalado el compilador gcc, para ello con la instruccin en Terminal: sudo apt-get build-essential Ya simplemente con ir a la carpeta brichip-0.1 ./configure make tienes Brichip compilado y listo para ejecutar. --Instrucciones de instalacin para MacOSX Ve a la pagina de SDL para obtener la ultima version de la libreria: http://www.libsdl.org/download-1.2.php Debes tener instalado Xcode pero los ultimos Macs ya lo incluyen. Ve a la pagina de Apple si no lo tienes. En el directorio haz: make -f Makefile.MacOSX === USO === Para usar correctamente Brichip se inicializa con el siguiente comando ./brichip-1.1 <archivo del rom>