Skip to content

Commit

Permalink
Merge pull request #3 from zakaria-me/documentation-installation-README
Browse files Browse the repository at this point in the history
update README: broader installation instructions
  • Loading branch information
jerem-ma authored Feb 10, 2023
2 parents 9a430d8 + 59221c9 commit cb2f0ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ If you are logged at 42Paris, you can skip to [Usage at 42Paris](#usage-at-42par
make
```

### General installation (Ubuntu)
```bash
sudo apt install libxfixes-dev libxext-dev libvlc-dev libx11-dev
```
If any file are missing during build, try using `apt-file`. See [here](https://wiki.debian.org/apt-file)

## General usage
```bash
./pimp_my_lock.sh <path_to_media> [<x> <y> [<width> <height>]]
Expand Down

0 comments on commit cb2f0ad

Please sign in to comment.