LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-21-2004, 06:43 PM   #1
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Rep: Reputation: 32
Compiling from source in a Graphic User Interface


Howdy

Now i was wondering, is it possible to install software from source using the GUI alone?

Before we start the insults (ok, us here on this forum are sophistimacated enough not to do that), this is for study more than me wanting to butcher shell usage.

Decompressing the code, yes, can be done.
./configure ... should be doable
make - Compiling the code, presumably using an IDE or something (never tried so not sure) should work
running the install using "make install" ... now this i have problems with, can that be done?

Could anyone point to a GUI only (ie no use of the console in any way, shape or form) install of any of the Kernel sources? or any other program from source alone?

Any input'd be appreachiated.
 
Old 04-21-2004, 07:56 PM   #2
tk31337
Member
 
Registered: Oct 2003
Location: Tucson, AZ
Distribution: Linux Mint
Posts: 194

Rep: Reputation: 32
I think this is what you're looking for :-D

http://kconfigure.sourceforge.net/
 
Old 04-21-2004, 08:45 PM   #3
John5788
Member
 
Registered: Feb 2004
Location: 127.0.0.1
Distribution: Gentoo
Posts: 129

Rep: Reputation: 16
Re: Compiling from source in a Graphic User Interface

Quote:
Originally posted by chakkerz
running the install using "make install" ... now this i have problems with, can that be done?
su to root then do make install from that directory.

Quote:
Originally posted by chakkerz
Could anyone point to a GUI only (ie no use of the console in any way, shape or form) install of any of the Kernel sources? or any other program from source alone?
whats wrong with installing the kernel from the console? just wget ur sources from kernel.org, unpack them to /usr/src then use make menuconfig to configure it, then compile it and copy the kernel over to /boot.

Last edited by John5788; 04-21-2004 at 08:49 PM.
 
Old 04-21-2004, 09:15 PM   #4
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
My question is: why would you want to? The command line rocks and is infinitely preferable over a gui for doing things like compiling stuff.
 
Old 04-22-2004, 04:01 AM   #5
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Original Poster
Rep: Reputation: 32
I'm doing HCI research and, in short whilst i'm biased in favour of CLI with some nice modelled outcomes, i need to compare the two UI unbiased, and so ... yes.

There is nothing wrong with the console, but novice users prefer the GUI, and from some of the models i've done, quite rightly, since it beats CLI by 200% in terms of speed. for expert users, this changes dramatically in favour of the CLI.

So i agree, CLI roxx , but i can't base my research on anecdotal evidence.

Thanks for the kconfigure link. I'd like to keep this going for a while, the forum i mean, so if anyone has any other input, please let's hear it

Thanks again
 
Old 04-26-2004, 04:16 AM   #6
tk31337
Member
 
Registered: Oct 2003
Location: Tucson, AZ
Distribution: Linux Mint
Posts: 194

Rep: Reputation: 32
Personally, I don't understand the CLI for everything approach. It seems just as bigoted as the GUI-only paradigm. There's certain tasks which are done more efficiently graphically, and some through the command line, it all just depends.

Compiling an app is one task that is probably best to do on the command line. As kconfigure illustrates, there are some benefits (i.e selecting configuration arguments with the click of a mouse), but if something goes wrong it's nice to be able to work with the filesystem, edit a Makefile, all from the same interface, in which case a command line is best to have. Also, I personally believe someone who doesn't want to work with a command line, shouldn't be trying to compile an app, as potentially it may require some knowledge of software development, even if only in the abstract. Considering the number of alternative binary installation methods, a n00b shouldn't have to mess with source.

As far as the GUI, there are obvious benefits. Only a command-line nazi lunatic would claim that editing images (i.e The Gimp) is best done via CLI. Many other tasks are more efficient to some degree graphically, such as audio processing (recording, editing, mixing, etc.), 3D design, web browsing, simple file management (i.e drag-n-drop files to an sftp server via Konqueror, not more complex tasks utilizing find, grep, etc.).

Basically, I think it's ridiculous to think one paradigm should be picked to the complete abandonment of the other. They both have there place, and I'd venture to say they'll continue to exist in some form in the future. Just look at Star Trek: In addition to the holodeck (which is underused in my opinion), they still have graphical panels (GUI), and an AI voice interface (basically, a verbal command line). I think in the future the two will continue to co-exist in the same manner. Hopefully mentioning TNG hasn't completely invalidated my points :-D.
 
Old 04-29-2004, 02:31 AM   #7
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Original Poster
Rep: Reputation: 32
i agree, CLI is definitely NOT suitable for everything

now i did initial approximations, trying to justify this as a research area, and did this using kuser vs useradd + passwd

the number of steps on the command line is greater (more keystrokes).

BUT

if you attach time figures to this (based on research) it's established that the CLI is MUCH faster.

but there are many tasks were CLI just doesn't perform. browsing the web is one ... sure there is lynx, but must of us look for images.

I read comics, can't do that in lynx
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
compiling from the source (Mandrake 10.1 / green user) reflection666 Linux - Newbie 1 11-19-2004 06:46 AM
lost my graphic interface ! vwal_13 Slackware 2 04-14-2004 07:35 AM
installing graphic interface vs59 Linux - Newbie 3 03-22-2004 07:40 AM
graphic interface diamo Linux - Newbie 2 10-28-2003 07:16 PM
No graphic interface barDo Linux - Software 1 02-08-2002 09:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration