QMSTR / web

Quartermaster website
GNU Affero General Public License v3.0
3 stars 6 forks source link

Add dependencies for installation on Ubuntu #45

Open camillem opened 3 years ago

camillem commented 3 years ago

Hi,

On Ubuntu 20.04 LTS, you also need to sudo apt install golang-goprotobuf-dev So on https://qmstr.org/documentation/introduction/installation/ I would suggest to change:

sudo apt install golang protobuf-compiler into sudo apt install golang protobuf-compiler golang-goprotobuf-dev

Also, it may help inattentive readers (like me), if the page would explicitly state that you need root/sudo rights to build/install the client .

sudo make install_qmstr_client

Thanks, Camille