Giter VIP home page Giter VIP logo

Comments (6)

Protostars avatar Protostars commented on May 22, 2024

你直接按照Ubuntu的那些编译步骤试试

from kikoplay.

pureboys avatar pureboys commented on May 22, 2024

你直接按照Ubuntu的那些编译步骤试试

环境是manjaro, 对应的命令不一样吧。 完全不懂这块的编译
比如:

  1. 第2,3步 不知道应该对应arch的哪些包
  2. 4,5步 如何去做

请大神给教下吧。

from kikoplay.

Protostars avatar Protostars commented on May 22, 2024

你直接按照Ubuntu的那些编译步骤试试

环境是manjaro, 对应的命令不一样吧。 完全不懂这块的编译
比如:

1. 第2,3步 不知道应该对应arch的哪些包

2. 4,5步 如何去做

请大神给教下吧。

我也没用过这个系统,待我研究一下吧

from kikoplay.

pureboys avatar pureboys commented on May 22, 2024

你直接按照Ubuntu的那些编译步骤试试

环境是manjaro, 对应的命令不一样吧。 完全不懂这块的编译
比如:

1. 第2,3步 不知道应该对应arch的哪些包

2. 4,5步 如何去做

请大神给教下吧。

我也没用过这个系统,待我研究一下吧

感谢大神!

from kikoplay.

Protostars avatar Protostars commented on May 22, 2024

我在虚拟机上试了一下,编译比在ubuntu上还简单
首先安装mpv
之后克隆QHttpEngine
进入qhttpengine目录后编译安装:
cmake -G "Unix Makefiles"
sudo make install
之后克隆KikoPlay,进入KikoPlay目录后:
qmake
make
到这里应该就完成编译了
启动:./KikoPlay
如果出现找不到libqhttpengine这样的错误,在启动之前添加环境变量:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
也可以将/usr/local/lib永久加入LD_LIBRARY_PATH环境变量中
如果要使用下载功能,安装aria2,之后将usr/bin里的aria2c复制到KikoPlay目录下,重新启动KikoPlay

from kikoplay.

pureboys avatar pureboys commented on May 22, 2024

感谢大神! 编译成功了!

from kikoplay.

Related Issues (20)

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.