Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Update PACKAGE-MAINTAINER’s compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Oct 23, 2016
1 parent 7b2d734 commit cfe9824
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions PACKAGE-MAINTAINER
Expand Up @@ -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:

# Compilation
$(MAKE)
$(MAKE) -C man

# 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
autoreconf -fi
mkdir -p build && cd build
../configure
make -j8 install

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
Expand Down

0 comments on commit cfe9824

Please sign in to comment.