1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 13:25:45 +02:00

docs: drop incomplete build recipe for ubuntu 14.04

The kernel from such an old distro version likely has several unfixed
bugs.  Better not to support it at all.

Users who can upgrade the kernel are probably also sophisticated enough
to fix the build issues too.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2021-04-23 08:03:27 -04:00
parent bcf3e7de3e
commit 9d21e6b456

View File

@ -73,9 +73,6 @@ within a temporary runtime directory.
### Ubuntu 18.10: ### Ubuntu 18.10:
`$ apt -y install build-essential btrfs-progs markdown && make` `$ apt -y install build-essential btrfs-progs markdown && make`
### Ubuntu 14.04:
You can try to carry on the work done here: <https://gist.github.com/dagelf/99ee07f5638b346adb8c058ab3d57492>
Packaging Packaging
--------- ---------