doc(readme): add receipts for installing current git master

This commit is contained in:
actionless 2019-01-01 18:43:43 +01:00
parent a559f55c6a
commit d121780366
1 changed files with 24 additions and 1 deletions

View File

@ -30,6 +30,29 @@ instance:
CMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/opt/awesome" make CMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/opt/awesome" make
### Installing current git master as a package receipts
#### Arch Linux AUR
```
sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/awesome-git.git
cd awesome-git
makepkg -fsri
```
#### Debian-based
```
sudo apt build-dep awesome
git clone https://github.com/awesomewm/awesome
cd awesome
make package
sudo apt install *.deb
```
### Build dependencies ### Build dependencies
Awesome has the following dependencies (besides a more-or-less standard POSIX Awesome has the following dependencies (besides a more-or-less standard POSIX