📄 install
字号:
To compile FripTV you need GCC (use MinGW for Win32 builds).Things needed for compilation:SDL The Simple DirectMedia Library available at http://www.libsdl.org. SDL can be patched, see the patch directory.MAD MPEG Audio Decoder Library available at http://www.underbit.com/products/mad.SRC Secret Rabbit Code (aka libsamplerate) available at http://www.mega-nerd.com/SRC.libavcodec Needed for h264 decoding (optional) libavcodec is part of ffmpeg, get it from http://ffmpeg.mplayerhq.huwxWidgets Required for GUI dialogs (optional). http://www.wxwidgets.orgIf you want compile from the CVS under a unix system, you'll also needautomake (>=1.6), autoconf(>=2.50). Should be available at http://www.gnu.orgFor building on unix systems.If you are building from the cvs run ./autogen.sh first before doing the following.1. ./configure2. makeIn step 1 you could add the following switches:--disable-libavcodec disable libavcodec even if it is detected.--disable-directshow disable directshow codec support.--disable-wxgui disable wxwidgets support.--enable-debug enables additional debug logging, even more debugging can be enabled by defining DEBUG (see the source files).--disable-optimizations Disable processor specific optimizations. Add this if you experience problems.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -