Giter VIP home page Giter VIP logo

lightspark's Introduction

Este repositorio contiene una versión alternativa de Lightspark.
Lightspark es una implementación del reproductor de Flash.

Requisitos previos
==================

Para compilar este programa es necesario que la computadora tenga instaladas las siguientes 
bibliotecas:
  llvm (version 2.8 or >= 3.0), opengl, curl, zlib, libavcodec, libavresample
  libglew, pcre, librtmp, cairo, libboost-filesystem, 
  gtk-2, libjpeg, libavformat, pango, liblzma, pulseaudio-libs, sdl_mixer.

Los programas que se utilizan son:
  cmake, nasm, gcc ó clang, git
  

Descargar el código
===================
1. Utiliza el comando para descargar el código fuente:

  git clone https://github.com/norman-ipn/lightspark.git
  
2. Cambiar al directorio que contiene el código fuente

  cd lightspark
  
3. Crea un directorio donde se crearán los ejecutables

  mkdir obj
  
4. Cambia al directorio que acabas de crear

  cd obj
  
5. Contruye el archivo con las instrucciones de compilación para crear
el proyecto en versión de lanzamiento (Release build)

  cmake -DCMAKE_BUILD_TYPE=Release ..
  
  Nota: Este proceso te indicará si hace falta instalar bibliotecas en el sistema, ver requisitos.
  
6. Compila el proyecto
  
  make
  
7. Instala el ejecutable
  
  sudo make install

Modo de depuración
==================

Para activar el modo de depuración usa el comando: 
  cmake -DCMAKE_BUILD_TYPE=Debug

Las opciones del sonido son:
  -DENABLE_SOUND=0 
  -DAUDIO_BACKEND=<pulseaudio|sdl> (pulseaudio es la opción por defecto)

lightspark's People

Contributors

alexp-sssup avatar mgehre avatar aajanki avatar dbluelle avatar timonvo avatar zerostride avatar magcius avatar twied avatar qulogic avatar roysjosh avatar cg9999 avatar devkral avatar robert-ancell avatar jacopo avatar jamorton avatar adrianherrera avatar jobermayr avatar fwienber avatar amdmi3 avatar ahuillet avatar briefbanane avatar tettamanti avatar timretout avatar banthar avatar gg0 avatar bzztbomb avatar nobled avatar username13107 avatar yuri91 avatar stigge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.