GithubHelp home page GithubHelp logo

wyrover / deepin-movie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martyr-deepin/deepin-movie

0.0 2.0 0.0 14.22 MB

Deepin movie

Makefile 0.21% Python 35.09% QML 64.32% JavaScript 0.37%

deepin-movie's Introduction

Deepin Movie:

1. Install Qt5:
   Download http://download.qt-project.org/official_releases/qt/5.1/5.1.1/qt-linux-opensource-5.1.1-x86_64-offline.run

   And then 
   > sudo ./qt-linux-opensource-5.1.1-x86_64-offline.run
   
2. Install Sip:
   Download http://sourceforge.net/projects/pyqt/files/sip/sip-4.15.3/sip-4.15.3.tar.gz

   And then
   > tar -xzvf ./sip-4.15.3.tar.gz
   > cd ./sip-4.15.3
   > sudo apt-get install build-essential python-dev   
   > python configure.py
   > make 
   > sudo make install

3. Install PyQt5.1.1:
   Download http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.1.1/PyQt-gpl-5.1.1.tar.gz

   And then:
   > tar -xzvf ./PyQt-gpl-5.1.1.tar.gz
   > cd ./PyQt-gpl-.5.1.1
   > sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
   > python configure.py --qmake /opt/Qt5.1.1/5.1.1/gcc_64/bin/qmake 
   > sudo ln -s /usr/include/python2.7 /usr/local/include/python2.7
   > make
   > sudo make install

deepin-movie's People

Contributors

hualet avatar manateelazycat avatar snyh avatar smallevilbeast avatar iceleaf916 avatar

Watchers

James Cloos avatar wyrover 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.