flytta/README.md

37 lines
1.2 KiB
Markdown
Raw Normal View History

2021-12-27 08:29:43 +00:00
# Flytta
2021-12-27 08:14:56 +00:00
2021-12-27 08:29:43 +00:00
Flytta is a free and open source frame-by-frame animation program.
2021-12-27 08:32:03 +00:00
## Download
2021-12-27 08:29:43 +00:00
#### Stable builds (recommended for all users)
2021-12-27 08:43:40 +00:00
##### Windows:
##### macOS:
##### Linux (point and click binaries):
- (.deb):
- (.tar.gz):
##### Linux (with CLI):
- For Debian-based distros, type this command:
`$ sudo apt install flytta`
- For Arch-based distros, type this command:
`$ sudo pacman -S flytta`
- For Fedora, type this command:
`$ sudo dnf install flytta`
2021-12-27 08:29:43 +00:00
#### Unstable (nightly) builds
2021-12-27 08:43:40 +00:00
##### Windows:
##### macOS:
##### Linux (point and click binaries):
- (.deb):
- (.tar.gz):
##### Linux (with CLI):
- For Debian-based distros, type this command:
`$ sudo apt install flytta-nightly`
- For Arch-based distros, type this command:
`$ sudo pacman -S flytta-nightly`
- For Fedora, type this command:
`$ sudo dnf install flytta-nightly`
2021-12-27 08:29:43 +00:00
___
Alternatively, you can build Flytta from source.
### Documentation
2021-12-27 08:43:40 +00:00
Documentation on how to use/build/contribute to Flytta and etc., is listed in the wiki of this repo **and** is also listed on our website at https://docs.flytta.org/home.
2021-12-27 08:29:43 +00:00
### License
Flytta is licensed under the GNU General Public License, version 2. For more information, [read the LICENSE file here](https://gitdab.com/Flytta/flytta/src/branch/master/LICENSE).