Xfce Forum

Sub domains
 

You are not logged in.

#1 2014-12-20 06:42:25

wikimatze
Member
From: Berlin
Registered: 2014-12-20
Posts: 3
Website

Installing xfce-terminal from source

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

#2 2014-12-20 11:21:19

sixsixfive
Member
From: behind you
Registered: 2012-04-08
Posts: 579
Website

Re: Installing xfce-terminal from source

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

#3 2014-12-21 06:09:46

wikimatze
Member
From: Berlin
Registered: 2014-12-20
Posts: 3
Website

Re: Installing xfce-terminal from source

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

#4 2014-12-21 13:52:19

debasish patra
Member
Registered: 2014-04-09
Posts: 21

Re: Installing xfce-terminal from source

./autogen.sh \
        --prefix=/usr \
        --sysconfdir=/etc \
        --libexecdir=/usr/lib/xfce4 \
        --localstatedir=/var \
        --disable-static \

sudo make install

Offline

#5 2014-12-21 16:29:57

sixsixfive
Member
From: behind you
Registered: 2012-04-08
Posts: 579
Website

Re: Installing xfce-terminal from source

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

#6 2014-12-22 05:44:10

wikimatze
Member
From: Berlin
Registered: 2014-12-20
Posts: 3
Website

Re: Installing xfce-terminal from source

Thanks debasish, it is working now.

Frohes Fest,

Matthias

Offline

Board footer

Powered by FluxBB