roblillack / wmaker

Private copy of official Window Maker repo; my patches are in branch "robsversion," upstream is "master"
http://windowmaker.org
GNU General Public License v2.0
8 stars 2 forks source link

Debian packages #6

Open wesbluemarine opened 1 year ago

wesbluemarine commented 1 year ago

Would it be possible to have debs of this wmaker? I've tried to compile it with no success.

roblillack commented 1 year ago

Hey Alberto, I currently do not build binary packages for this. Please try the following steps to build from source:

  1. sudo apt build-dep wmaker
  2. ./autogen.sh
  3. ./configure.sh
  4. make
  5. sudo make install

and you should have an executable in /usr/local/bin/wmaker

wesbluemarine commented 1 year ago

Thanks. This is the error I have running "./autogen.sh"

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --include=m4 --force
autoreconf: running: /usr/bin/autoheader --include=m4 --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:97: installing './compile'
configure.ac:44: installing './missing'
Makefile.am: error: required file './README' not found
WINGs/Examples/Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1

However, I still managed to compile by downloading the original repo and copying/replacing your repo /src files into it.

drobban commented 1 year ago

You all know there is a official repo -mirror on github right?

drobban commented 1 year ago

https://github.com/window-maker

wesbluemarine commented 1 year ago

It would be nice if roblillack proposes a patch to the official wmaker team, the resizing of the icons makes everything much more pleasing to the eye.

drobban commented 1 year ago

It would be nice if roblillack proposes a patch to the official wmaker team, the resizing of the icons makes everything much more pleasing to the eye.

yea that would be awesome