Skip to content

Commit f491cff

Browse files
committed
docs: add a step for installing required dependencies
1 parent 4287a3a commit f491cff

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)