You are not logged in.
Pages: 1
Hi there,
I got the code from git://git.xfce.org/apps/xfce4-terminal and the README file says that I should look into the INSTALL file to get the information about how to install but this file is missing. Can somebody explain me how to compile and install it?
Best regards from Berlin,
Matthias
Offline
seems to be something like:
./autogen.sh && ./configure --prefix=/usr, etc... && make -j`nproc` && su -c "make install"
Last edited by sixsixfive (2014-12-20 11:21:33)
Offline
Thanks for your help, it get me working at least. Whenever I call `make check` I get the following output:
No rule to make target `terminal-enum-types.c', needed by `xfce4_terminal-terminal-enum-types.o'
Any idea what I'm missing? I already installed the libvte-dev, libgnomeui-dev, and libxfce4ui-1-dev packages.
Offline
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
sudo make install
Offline
afaik, make check is only "advised", but not necessary so it's probably not supported, anyway fell free to open a request: https://bugzilla.xfce.org
Frohes Fest,
ssf
Offline
Thanks debasish, it is working now.
Frohes Fest,
Matthias
Offline
Pages: 1
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 535.4 KiB (Peak: 536.24 KiB) ]