Subject: ubuntu dependencies - megatools
From: Tomáš Hnyk
Date: Tue, 20 Sep 2022 12:53:03 +0000
Hello,I was following the readme to compile megatools on Ubuntu and meson
complained about some missing packages. I guess it would compile without
them too as they are just for generating docs, but meybe they could be
included in the readme
https://mega.nz/folder/KFpVzDBZ#7wHyCX8TfneD8r6UPVzNsg/file/KA5CXA5A
I ran (apt-get is deprecated I think):
sudo apt install asciidoc docbook2x --no-install-recommends
(with recommends, it wanted to install a tex distributino and download
about 800 MB of files). This was on 22.04.
Tomas