我有一个文件夹,里面有很多 swf 文件。它们以这种方式命名:fis1.swf; fis2.swf; fis3.swf; ... fis20.swf. 我想将它们全部转换为 png 文件。我知道它可以通过 swftools 的 swfrender 来完成,但它每次只渲染一个文件。
我正在尝试从启动板编译这个包:https : //code.launchpad.net/~tombeckmann/+junk/indicator-terminal
我安装了 valac,因为这个包有一些 vala 代码。和CMake,因为有一个CMakeList.txt,我用bzr下载了代码,并尝试用cmake编译:
biel@C3PO:~$ bzr branch lp:~tombeckmann/+junk/indicator-terminal
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 1 revision.
biel@C3PO:~$ cd indicator-terminal
biel@C3PO:~/indicator-terminal$ cmake CMakeLists.txt
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C …Run Code Online (Sandbox Code Playgroud)