1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2025-02-24 16:06:26 -05:00

update readme to include info for building non-debug versions

I swear I already put that in there
This commit is contained in:
Pandora 2018-01-06 13:52:39 -06:00
parent e46b057def
commit 9cd1e44952
No known key found for this signature in database
GPG key ID: 55DB77C2A03E1EF5

View file

@ -47,6 +47,8 @@ Before you build - check and see if there's a packaged version available for you
If there's no packaged version available - think carefully, since you're using a forked screen locker at your own risk. If there's no packaged version available - think carefully, since you're using a forked screen locker at your own risk.
If you want to build a non-debug version, you should tag your build before configuring. For example: `git tag -f "git-$(git rev-parse --short HEAD)"` will add a tag with the short commit ID, which will be used for the version info.
i3lock now uses GNU autotools for building; you'll need to do something like `autoreconf -i && ./configure && make` to build. i3lock now uses GNU autotools for building; you'll need to do something like `autoreconf -i && ./configure && make` to build.
### Required Packages ### Required Packages