Skip to content

Commit

Permalink
Shorten autoreconf command
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 authored Mar 10, 2020
1 parent f17c2a4 commit fcb46c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,12 @@ If there's no packaged version available - think carefully, since you're using a

To build i3lock-color, first install the dependencies listed above, then run these commands (which might need to be adapted to your OS/distro):
```
autoreconf --force --install
autoreconf -fiv
rm -rf build/
mkdir -p build && cd build/
../configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-sanitizers
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
make
```
Expand Down

0 comments on commit fcb46c7

Please sign in to comment.