aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d0087a6dd7969411d8592720fba07ee951fab6d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Packages for popular OSes using the Linux kernel.

| Distribution     | Packaging format         | Status |
|------------------|--------------------------|--------|
| Arch Linux       | pacman[2]                | Done   |
| Alpine Linux     | Alpine Package Keeper[1] | To do  |
| Debian GNU/Linux | APT[3]                   | To do  |

***(!) This branch does not include packages. It instead includes the tools 
required to make them. (!)***

***(!) The final packages only install fases box. If you want separate 
binaries you'll have to compile them yourself. (!)***

## Building packages

Please refer to the official documentation of the packaging format you're 
using for better documentation.

### Arch Linux

Building a package on Arch Linux and Arch-based OSes is simple. Just run 
`makepkg`.

```
$ makepkg
```

You can also run it with the `-i` argument to then install the package.

[1]: https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper
[2]: https://archlinux.org/pacman/
[3]: https://www.debian.org/doc/manuals/debian-handbook/sect.apt-get.en.html