📄 compiling
字号:
Movino Symbian==============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-r7261.tar.gzthere.) You also need the symbian-wrapping for ffmpeg, named"ffmpeg-symbian" in the same parent directory. Additionally, Movinouses LBS Proxy (available in lbsproxy-1.0.tar.gz) on S60 3rd toprovide indirect access to LBS (location based servies) withouthaving to get Movino signed.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.On S60 3rd ed, you need to have lbsproxy, too. (It's not includedin the symbian-binaries.tar.gz package). Unpack it or fetch it from SVN,and execute the same build commands as mentioned below, in the groupdirectory in lbsproxy.When these are in place, movino-symbian can be built like any projectfor Symbian. 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_s60_v2.pkg" (or movino_s60_v3.pkg,for S60 3rd 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_s60_v3.sis movino_s60_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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -