meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
171 stars 46 forks source link

Building smuxi from tar archive is not possible #273

Closed doppioandante closed 7 years ago

doppioandante commented 7 years ago

Hi, I'm building smuxi from the source code (version 1.0.7). There are two issues that I have found so far:

EDIT: I managed to build by patching Makefile.am and copying the autogen.sh file. The latter also uses git, but running NOGIT=1 make dist-linux-static avoid calling it.

One thing that I noticed is that I had to manually copy log4net and Nini inside the lib/ folder, but they should be easily found through pkg-config.

meebey commented 7 years ago

Release tarballs usually never contain autogen.sh as you only need to run ./configure and then make and make install.

The dist-* make targets are for upstream packaging only.

log4net and nini are automatically detected via pkg-config

doppioandante commented 7 years ago

Thanks, I think I did something wrong with the configure step regarding log4net and nini, closing. If you are interested in an arm static build, I now have one.