Update PACKAGE-MAINTAINER’s compilation instructions
This commit is contained in:
parent
7b2d734463
commit
cfe9824c1d
|
@ -23,14 +23,10 @@ x-terminal-emulator symlink in Debian, please use it in i3-sensible-terminal.
|
||||||
|
|
||||||
On debian, compilation and installing the manpages looks like this:
|
On debian, compilation and installing the manpages looks like this:
|
||||||
|
|
||||||
# Compilation
|
autoreconf -fi
|
||||||
$(MAKE)
|
mkdir -p build && cd build
|
||||||
$(MAKE) -C man
|
../configure
|
||||||
|
make -j8 install
|
||||||
# Installation
|
|
||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install
|
|
||||||
mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
|
||||||
cp man/*.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
|
||||||
|
|
||||||
Please make sure that i3-migrate-config-to-v4 and i3-config-wizard are
|
Please make sure that i3-migrate-config-to-v4 and i3-config-wizard are
|
||||||
installed with i3. The Perl script is necessary to (automatically) convert v3
|
installed with i3. The Perl script is necessary to (automatically) convert v3
|
||||||
|
|
Loading…
Reference in New Issue