Skip to content

Commit

Permalink
Merge pull request #164 from Veraellyunjie/master
Browse files Browse the repository at this point in the history
add OpenBSD --mandir to configure in INSTALL.md
  • Loading branch information
sagb committed Mar 10, 2024
2 parents de3d689 + b0606d7 commit 58ed2eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Building from source
make check # optional
```

### In OpenBSD (as of November 2022 and OpenBSD 7.2 amd64):
### In OpenBSD (as of OpenBSD 7.4 amd64):

1. Install build dependencies.
`Xlib`, `Xft`, `Xrender`, `Xrandr` and `libxpm` come from [`xbase` file set](https://www.openbsd.org/faq/faq4.html#FilesNeeded)
Expand All @@ -98,7 +98,7 @@ Building from source
git clone https://github.com/sagb/alttab.git && cd alttab
```

3. Update autotools stuff. Mandatory step.
3. Update autotools stuff - **mandatory step for OpenBSD**:

```
./bootstrap.sh -f
Expand All @@ -107,9 +107,10 @@ Building from source
4. Build:

```
CPATH=/usr/local/include ./configure
CPATH=/usr/local/include ./configure --mandir /usr/local/man
CPATH=/usr/local/include make
make install
makewhatis /usr/local/man # update mandoc.db with alttab.1
make check # optional
```

Expand Down

0 comments on commit 58ed2eb

Please sign in to comment.