Skip to content

Add dependencies for installation on Ubuntu  #45

@camillem

Description

@camillem

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions