# Run cargo build from root

Some apps compiled with Cargo require running as root when the Rust compiler (rustc) is installed in the user environment.

``` bash
sudo -E path/to/app
```