Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Apr 19, 2024
1 parent ec2c182 commit 478f910
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Installation - Linux

Installation of required tools using conda:
Installation of required libraries depends on your linux distribution, e.g., for Ubuntu:

`apt-get update`
`apt-get install -y autoconf build-essential cmake g++ git libcurl4-gnutls-dev libbz2-dev libdeflate-dev libncurses-dev liblzma-dev pkg-config zlib1g-dev`

Then clone the repository and install all dependencies using mamba:

`git clone --recursive https://github.com/tobiasrausch/vc`

`cd vc`

`make all`

Expand Down

0 comments on commit 478f910

Please sign in to comment.