1 Star 0 Fork 0

wen/libdvdcss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
INSTALL file for libdvdcss, a DVD access library
Configuring libdvdcss
=====================
A typical way to configure libdvdcss is:
./configure --prefix=/usr
See `./configure --help' for more information.
If you got libdvdcss from its version control system, please bootstrap first:
autoreconf -i
Building libdvdcss
==================
Once configured, run `make' to build libdvdcss.
If you have player keys, you need to put them in the file csskeys.h, before
configuring libdvdcss to enable the "key" method (the one from libcss).
Installing libdvdcss
====================
You can install libdvdcss by typing:
make install
Building libdvdcss for Windows
==============================
There are two alternative ways to build libdvdcss for Windows.
- on a Linux host with the mingw.org or mingw-w64 cross-compilers:
Tell configure about the compiler to use. If you run, for example, Debian or
Ubuntu with the mingw32 packages installed, it would be:
./configure --host=i586-mingw32msvc
make
- natively on Windows with MSYS + MinGW (www.mingw.org):
(MSYS is a minimal build environment to compile Unixish projects under
Windows. It provides all the common Unix tools like sh, GNU Make...)
You will need to download and install the latest MSYS and MinGW.
To build libdvdcss you just have to run the following commands:
./configure
make
More about MSYS on our wiki: http://wiki.videolan.org/Win32CompileMSYS
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kinpar_wen/libdvdcss.git
[email protected]:kinpar_wen/libdvdcss.git
kinpar_wen
libdvdcss
libdvdcss
master

搜索帮助