Skip to content

Commit

Permalink
➕ Add pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 22, 2024
1 parent 1cf2a5f commit d068d43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ Some Vim plugins use CLI:

```sh
# Ubuntu
sudo apt-get -y install libgirepository1.0-dev libgirepository-1.0-1
sudo apt-mark auto libgirepository1.0-dev
sudo apt-get -y install libgirepository-1.0-1 libgirepository1.0-dev pkg-config
sudo apt-mark auto libgirepository1.0-dev pkg-config
# ArchLinux
sudo pacman -S libgirepository
sudo pacman -S libgirepository pkg-config
# Android Termux
apt-get -y install gobject-introspection
apt-get -y install gobject-introspection pkg-config
# Nix
# use nix-shell to create a virtual environment then build
```
Expand Down

0 comments on commit d068d43

Please sign in to comment.