Jackarain / avplayer

一个基于FFmpeg、libtorrent的P2P播放器实现
421 stars 265 forks source link

编译好的exe在哪呢? #1

Closed GuyQian closed 11 years ago

Jackarain commented 12 years ago

不好意思, 我把编译好的exe删除了, 你可以下载源码, 自己编译一下. 如果编译有问题, 请参考:https://github.com/Jackarain/avplayer/wiki/build

GuyQian commented 12 years ago

“若需要使用libtorrent, 则需要在source工程上指定宏USE_TORRENT, 并且指定source依赖libtorrent.

libtorrent的编译依赖boost” 请教下这句话是什么意思呢?

Jackarain commented 11 years ago

USE_TORRENT 就是使用并依赖libtorrent, 并调用libtorrent的API, 具体参看 source.cpp