Skip to content

Commit fc7c00a

Browse files
Merge pull request #246 from Screenly/nicomiguelino/update-docs
docs: add a step for installing required dependencies
2 parents 4287a3a + f491cff commit fc7c00a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ To build the Screenly CLI from source, ensure you have [Rust](https://www.rust-l
4444
$ cargo build --release
4545
```
4646

47+
> [!NOTE]
48+
> If you're building from source in Ubuntu, make sure to install `build-essential`:
49+
> ```bash
50+
> sudo apt-get install -y build-essential
51+
> ```
52+
>
53+
> Otherwise, you'll get the following error:
54+
> ```
55+
> error: linker `cc` not found
56+
> ```
57+
4758
The `screenly` binary will be located in `target/release`.
4859
4960
To configure a non-production API server, set the `API_SERVER_NAME` environment variable:

0 commit comments

Comments
 (0)