debian flam3 依赖文件
https://packages.debian.org/stable/graphics/flam3
Package: flam3 (3.0.1-3 and others)
Links for flam3
Debian Resources:
Download Source Package flam3:
Maintainer:
External Resources:
- Homepage [flam3.com]
Similar packages:
render and animate FLAM3s and manipulate their genomes
According to the upstream website:
Fractal Flames are algorithmically generated images and animations. The software was originally written in 1992 and released as open source, aka free software. Since then it has developed a lot. It has been incorporated into many graphics programs and ported to most operating systems. The shape of each image is specified by a long string of numbers - a genetic code of sorts.
You can create your own flames with the Apophysis interactive designer (for windows), Qosmic (for Linux), or Oxidizer (for Mac OS X), or Apophysis-J (cross-platform in Java). Or you can use the Electric Sheep distributed screen saver to join the collective evolution of animated fractal flames.
Other Packages Related to flam3
|
|
|
|
- dep: libc6 (>= 2.15) [not arm64, ppc64el]
- GNU C 语言运行库:共享库
also a virtual package provided by libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libjpeg62-turbo (>= 1:1.3.1)
- libjpeg-turbo JPEG runtime library
- dep: libpng12-0 (>= 1.2.13-4)
- PNG library - runtime
- dep: libxml2 (>= 2.7.4)
- GNOME XML library
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时
Download flam3
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| amd64 | 3.0.1-3+b2 | 765.5 kB | 3,472.0 kB | [list of files] |
| arm64 | 3.0.1-3+b2 | 714.3 kB | 3,050.0 kB | [list of files] |
| armel | 3.0.1-3+b2 | 762.8 kB | 3,721.0 kB | [list of files] |
| armhf | 3.0.1-3+b2 | 715.6 kB | 2,841.0 kB | [list of files] |
| i386 | 3.0.1-3+b2 | 739.4 kB | 3,329.0 kB | [list of files] |
| mips | 3.0.1-3+b2 | 754.1 kB | 3,483.0 kB | [list of files] |
| mipsel | 3.0.1-3+b2 | 758.3 kB | 3,485.0 kB | [list of files] |
| powerpc | 3.0.1-3+b2 | 735.1 kB | 3,278.0 kB | [list of files] |
| ppc64el | 3.0.1-3+b2 | 746.5 kB | 3,516.0 kB | [list of files] |
| s390x | 3.0.1-3+b2 | 730.3 kB | 3,371.0 kB | [list of files] |
This page is also available in the following languages (How to set the default document language):
To report a problem with the web site, e-mail debian-www@lists.debian.org. For other contact information, see the Debian contact page.
Content Copyright © 1997 - 2015 SPI Inc.; See license terms. Debian is a trademark of SPI Inc. Learn more about this site.
This service is sponsored by University of Helsinki - Department of Computer Science.
debian flam3 依赖文件的更多相关文章
- make自动生成依赖文件的两种形式
最近编译源文件发现当修改头文件后,make并不会自动把包含此头文件的所有源文件重新编译,而每次都是需要把对应的中间文件清除才能重新编译,非常的麻烦.因此需要make自动对源文件所依赖的头文件进行管理, ...
- grunt concat针对有依赖文件的js脚本的合并
grunt concat针对有依赖文件的js脚本的合并: 在一个入口文件index.js里,有很多依赖文件,主要分两类,一类是和主文件同目录,另一类是其他目录下的js(cmd.非cmd的js文件,一般 ...
- linux寻找依赖文件
在linux下编译安装软件有时候会遇到依赖文件找不到的情况,很多时候可以通过 sudo apt install -f 来解决:实在找不到怎么办,还有一个绝招可以用: 安装 apt-file sudo ...
- Linux Makefile 生成 *.d 依赖文件及 gcc -M -MF -MP 等相关选项说明【转】
转自:https://blog.csdn.net/qq1452008/article/details/50855810 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog. ...
- Qt程序打包,自动拷贝依赖文件
版权声明:若无来源注明,Techie亮博客文章均为原创. 转载请以链接形式标明本文标题和地址: 本文标题:Qt程序打包,自动拷贝依赖文件 本文地址:http://techieliang.com ...
- Django 之 requirement.txt 依赖文件生成
通过依赖文件,别人在使用我们的项目时,不需要再一个个去安装所需模块,只需安装依赖文件即可. 1. 导出整个虚拟环境依赖 # 在项目根目录中,打开终端执行以下命令 # 生成 requirements.t ...
- Windows系统查看xxx.dll、xxx.lib文件的导出函数、依赖文件等信息的方法
1.查看xxx.dll或xxx.exe文件的导出函数.依赖文件等信息,使用Depends软件即可. 2.查看xxx.lib文件的导出函数.依赖文件等信息,使用Visual Studio附带工具dump ...
- 2019-8-31-dotnet-core-发布只带必要的依赖文件
title author date CreateTime categories dotnet core 发布只带必要的依赖文件 lindexi 2019-08-31 16:55:58 +0800 20 ...
- Hive实战UDF 外部依赖文件找不到的问题
目录 关于外部依赖文件找不到的问题 为什么要使用外部依赖 为什么idea 里面可以运行上线之后不行 依赖文件直接打包在jar 包里面不香吗 学会独立思考并且解决问题 继承DbSearcher 读取文件 ...
随机推荐
- git把任意代码提交到已存在的github库中
git init git add . git remote add origin 远程urlgit branch --set-upstream-to=origin/mastergit pull --a ...
- C#中动态调用DLL动态链接库
其中要使用两个未公开的Win32 API函数来存取控制台窗口,这就需要使用动态调用的方法,动态调用中使用的Windows API函数主要有三个,即:Loadlibrary,GetProcAddress ...
- 正则表达式Regex
1.概念 正则表达式,又称规则表达式.(英语:Regular Expression,在代码中常简写为regex.regexp或RE),计算机科学的一个概念.正则表通常被用来检索.替换那些符合某个模式( ...
- Spring学习笔记 7.1 Spring MVC起步
7.1.1 跟踪Spring MVC的请求请求首先到达DispatcherServlet(DispatcherServlet是Spring MVC中的前端控制器):DispatcherServlet的 ...
- 微软笔试题-highways
题目大意 一条单向的高速公路上有N辆车,在0时刻,每辆车分别在起点A[0],A[1]....处开始从北向南出发,每辆车有个终点B[0],B[1]....且每辆车有个限制速度 V[0],V[1]... ...
- python虚拟机运行原理
近期为了面试想要了解下python的运行原理方面的东西,奈何关于python没有找到一本类似于深入理解Java虚拟机方面的书籍,找到了一本<python源码剖析>电子书,但是觉得相对来说最 ...
- Memcached 之 .NET(C#)实例分析
一:Memcached的安装 step1. 下载memcache(http://jehiah.cz/projects/memcached-win32)的windows稳定版(这里我下载了memcach ...
- ios 更改UITableview中Section的字体颜色
-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UILabel *c ...
- 160505、oracle 修改字符集 修改为ZHS16GBK
修改oracle字符集 方法/步骤 oracle数据库的字符集更改 A.oracle server 端 字符集查询 select userenv('language') from dual 其中N ...
- Bootstrap学习记录
中文官网 Bootstrap 插件 Bootstrap Multiselect bootstrap-multiselect 的简单使用,样式修改,动态创建option JS组件系列——Bootstra ...