Skip to content

Commit

Permalink
Update package building instructions
Browse files Browse the repository at this point in the history
Install devscripts and equivs before attempting to install dependencies
or build the packages.
  • Loading branch information
jemoreira committed Mar 8, 2024
1 parent 5f76ae3 commit 9ad6f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ metapackage that depends on `cuttlefish-base` and `cuttlefish-user`
The packages can be built with the following command:

```bash
sudo apt install devscripts equivs
for dir in base frontend; do
pushd $dir
# Install build dependencies
Expand Down

0 comments on commit 9ad6f7b

Please sign in to comment.