aboutsummaryrefslogtreecommitdiff
path: root/bldRiver.sh
blob: d2522ef59194bd10a4f34ac728f0ba0525fe0945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -ex
codedir="$HOME/scm/wl/river"

if ! [ -d "$codedir" ] ; then
	mkdir -p "$(basename "$codedir")"
	git clone https://github.com/riverwm/river/ "$codedir"
fi

cd "$codedir"
git submodule init
git submodule update
zig build -Dxwayland -Doptimize=ReleaseSafe --prefix ~/.local install