You are not logged in.
Pages: 1
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
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
Thks jeromeg I did think that is what I had to do. Just wanted to check tho
Offline
Just checking dependencies where dose garcon come from or where to get
Offline
Offline
Thks
Offline
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
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
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
Releases contain ./configure, git clones only ./autogen.sh (which generates the ./configure file and friends and then runs it).
Offline
Oops, sorry about that, I should have paid better attention to your post, where you specified that you had an autogen. Good luck!
Offline
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
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 554.63 KiB (Peak: 571.91 KiB) ]