Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-11-21 21:07:02

spiky001
Member
Registered: 2011-06-05
Posts: 15

[Solved] Building xfce

Hi I want to install thunar I have read the building page, I,m just making the system compatiable. 1 thing I have noticed is the commands to install, ./configure --prefix=${PREFIX} && make && make install. Is this all done by USER or ROOT. When I have been installing Packages I have installed the 1st part by user then make install by root

Offline

#2 2011-11-21 21:24:04

jeromeg
Member
From: France
Registered: 2010-11-11
Posts: 131
Website

Re: [Solved] Building xfce

Hello,

Configure and make should be run as user then make install as root if you select a prefix like /usr (you need to be root ro install something there).

Cheers,

Jérôme

Offline

#3 2011-11-21 21:28:45

spiky001
Member
Registered: 2011-06-05
Posts: 15

Re: [Solved] Building xfce

Thks jeromeg I did think that is what I had to do. Just wanted to check tho

Offline

#4 2011-11-22 17:48:23

spiky001
Member
Registered: 2011-06-05
Posts: 15

Re: [Solved] Building xfce

Just checking dependencies where dose garcon come from or where to get

Offline

#5 2011-11-22 18:05:43

jeromeg
Member
From: France
Registered: 2010-11-11
Posts: 131
Website

Re: [Solved] Building xfce

Offline

#6 2011-11-22 18:19:20

spiky001
Member
Registered: 2011-06-05
Posts: 15

Re: [Solved] Building xfce

Thks

Offline

#7 2011-12-23 17:06:16

spiky001
Member
Registered: 2011-06-05
Posts: 15

Re: [Solved] Building xfce

How to install garcon 0.19 Is this the correct way as user. I have untarred and cd into dir. There is not an INSTALL file

./autogen.sh --prefix=/user && make

Offline

#8 2011-12-23 20:07:04

Ahau
Member
Registered: 2011-12-22
Posts: 27

Re: [Solved] Building xfce

The INSTALL file that you've seen with other source code is not the actual command or script that installs the program.  The INSTALL file is a text document that gives installation instructions.

The compile/install for garcon should be the same as for Thunar.  Configure (via autogen) and make as user, then 'make install' as root.  Make install is the actual command that will place the files into your system, and it doesn't depend on the INSTALL doc (it was probably left out as unneccessary).  This process (configure, make, make install) is pretty uniform -- what changes are specific configuration options.

Last edited by Ahau (2011-12-23 20:12:07)

Offline

#9 2011-12-23 20:50:57

spiky001
Member
Registered: 2011-06-05
Posts: 15

Re: [Solved] Building xfce

Thks Ahau I did know about the install file as directions, thats why I,m stuck and unsure how to install, I hope the command I put in post7 is the correct way If not could you help?


If I use

./configure --prefix=/usr && make

returns ./configure no such file or dir

Offline

#10 2011-12-23 22:32:25

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: [Solved] Building xfce

Releases contain ./configure, git clones only ./autogen.sh (which generates the ./configure file and friends and then runs it).

Offline

#11 2011-12-24 02:57:34

Ahau
Member
Registered: 2011-12-22
Posts: 27

Re: [Solved] Building xfce

Oops, sorry about that, I should have paid better attention to your post, where you specified that you had an autogen.  Good luck! smile

Offline

#12 2011-12-24 08:11:57

spiky001
Member
Registered: 2011-06-05
Posts: 15

Re: [Solved] Building xfce

Ok how do I install it from autogen.sh I installed the xfce4-dev-tools. I am building this on Linux from scratch. As far as I know I have all the dependencies required. I downloaded all as tarballs. I have installed everything until xfce4-panel with

./configure --prefix=/usr

I need the garcon dependencie now, which is causing the problem. Thks for help

Offline

Board footer

Powered by FluxBB