compiling

来自「symbian下ffmpeg编程。。废了好大劲下下来的!。」· 代码 · 共 44 行

TXT
44
字号
Movino S60==========In order to compile movino-s60, you need both libjpeg and ffmpeg. Thesemust be named "libjpeg" and "ffmpeg" and reside within the parent directoryof movino-s60. (Extract libjpeg-movino.tar.gz and ffmpeg-r4261.tar.gzthere.) You also need the symbian-wrapping for ffmpeg, named"ffmpeg-symbian" in the same parent directory.If you do not want to build these libraries (ffmpeg-symbian requiresquite a bit of fiddling with the compilers), get the prebuilt binariesin symbian-binaries.tar.gz and copy the lib files to the correct releasedirectory within the SDK.When these are in place, movino-s60 can be built like any S60 project.Enter the group directory, build it using these commands:bldmake bldfilesabld build armi urelor these commands on S60 3rd ed:bldmake bldfilesabld build gcce urelTo create a sis package after building, enter the sis directory, andenter "makesis -d<EPOCROOT> movino_v2.pkg" (or movino_v3.pkg, for S603rd ed), where <EPOCROOT> is the epoc root directory, e.g.c:\symbian\9.1\S60_3rd_MR.On S60 2nd ed, the resulting .sis file can be installed directly. On 3rd edit must be signed, using this command:signsis movino_v3.sis movino_v3.sisx <certificate> <keyfile> <password>A convenience script for building all versions is included, namedbuildall.sh. It assumes one uses a GnuPoc symbian tool installation, onlinux.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?