LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: Have you ever compiled the source code of an open source application?
Yes 277 89.35%
No 31 10.00%
Not sure 2 0.65%
Voters: 310. You may not vote on this poll

Reply
  Search this Thread
Old 11-06-2019, 05:36 PM   #46
higgsfinder
LQ Newbie
 
Registered: Apr 2019
Posts: 3

Rep: Reputation: Disabled

I am a physicist and most of the computing codes I deal with are open source projects that need to be compiled from source.
 
Old 11-06-2019, 06:26 PM   #47
andrewbocho
LQ Newbie
 
Registered: Jun 2019
Posts: 11

Rep: Reputation: Disabled
No.
 
Old 11-06-2019, 06:38 PM   #48
ForestuX
LQ Newbie
 
Registered: Oct 2019
Location: /bin/bash
Distribution: slackware
Posts: 25

Rep: Reputation: Disabled
I usually do it if the application I need is not in Slackbuilds.org, or if its version in very old.
I remember now any of them: amule (last version), some libraries, even I compiled libreoffice (last version too).
I compiled my own kernel once a time for slack (in order to learning, whit a pretty kernel panic in my first attemp), and I used Gentoo Linux for a couple of months, all compiled by yourself, as you know (another good way to learn to me).
I only think I hope nothing breaks during the process, because I don't know who to resolve the issue.
 
Old 11-06-2019, 07:27 PM   #49
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I started with Slackware v. 10.

Of course I've compiled from sources.
 
Old 11-06-2019, 10:10 PM   #50
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
The kernel, way back when, and many others
 
Old 11-06-2019, 10:15 PM   #51
prcristian
LQ Newbie
 
Registered: Jan 2019
Posts: 1

Rep: Reputation: Disabled
No. I never compile a source code.
 
Old 11-06-2019, 11:07 PM   #52
carcamal
LQ Newbie
 
Registered: Sep 2015
Posts: 13

Rep: Reputation: Disabled
Does compiling linux kernel count? Apart from that, some applications when I used Slackware, and some windows app I did not find in binary form.
 
Old 11-06-2019, 11:30 PM   #53
vsayanam
LQ Newbie
 
Registered: Jan 2009
Posts: 22

Rep: Reputation: 10
LFS compilation

Yes. I have compiled LFS-7.x, LFS-8.x and currently LFS-9.0 many times. In BLFS, I have compiled Firefox, Seamonkey, MPlayer, Xine, VLC etc.
 
Old 11-07-2019, 02:29 AM   #54
aljosa.bakalovic
LQ Newbie
 
Registered: Jun 2015
Posts: 4

Rep: Reputation: Disabled
Patching and compiling some kernels from source before 2000 (Slackware distribution) and kernels afters 2000.
 
Old 11-07-2019, 02:38 AM   #55
thanhnienmoi12
LQ Newbie
 
Registered: Oct 2017
Posts: 1

Rep: Reputation: Disabled
i don't it
 
Old 11-07-2019, 03:31 AM   #56
Lucio Chiappetti
Member
 
Registered: Dec 2014
Location: Milan Italy
Distribution: Xubuntu OpenSuse
Posts: 54

Rep: Reputation: Disabled
Yes, several times ... including in the past various scientific s/w on an institute server (there should be e-mail's from 1990 from me somewhere on the net). Among the stuff I do sort of regularly at a new system installation (which I do seldom, every 5 years or so) there is the Alpine mail user agent, the Hessling editor (THE) and related libraries, and GDL, the "GNU data language", a clone of IDL.

In general I prefer if I find an already compiled binary for my distro (opensuse), but if there isn't or the bundled one does not satisfy me, I rebuild. For instance for Alpine I want the "all-patch" version (with user defined keys for instance) which is not usually bundled, and for THE I want the Xcurses version and not the plain terminal one.

Last edited by Lucio Chiappetti; 11-07-2019 at 03:35 AM.
 
Old 11-07-2019, 06:17 AM   #57
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127
Blog Entries: 3

Rep: Reputation: 27
I went through a period, when I started using slackware, when I used to compile the kernel, from kernel.org , in order to keep it updated . It would take me hours to read the documentation alone. Then I descovered slackpkg and found that I could update my entire system in less time than it took to compile the kernel.
 
Old 11-07-2019, 07:00 AM   #58
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
i did compile for example conky with nvidia support which were unavailable from repository of my distro.
and i have compiled numerous progs (honeypots and etc).
 
Old 11-07-2019, 07:58 AM   #59
vpp
Member
 
Registered: Apr 2015
Posts: 62

Rep: Reputation: Disabled
ReZound (http://rezound.sourceforge.net/) and Jubler (https://www.jubler.org/). The former for sound file creation, conversion and editing and the latter for subtitling videos. Some others also, but these are the ones I have enjoyed the most.
 
Old 11-07-2019, 08:52 AM   #60
pytheus
LQ Newbie
 
Registered: Sep 2019
Location: The Rocky Mountain Region
Distribution: ubuntu 14.04
Posts: 1

Rep: Reputation: Disabled
Yes. I compile a lot of the source code I get from open source applications because I am usually adapting it for my own applications. Also, many times the open source app does not just plug in and work for one reason or another, and I have to compile, debug and recompile it several times just to get it to run on my system.

--pytheus
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Have you ever modified the source code of an open source application? jeremy Linux - General 146 04-16-2024 03:09 PM
Have you ever compiled the kernel? Any changes? Mr. Alex Linux - General 2 09-11-2010 09:15 AM
i think that i will never ever ever ever switch to mac teamstatic84 General 11 01-03-2004 12:25 PM
Have you ever made a donation or a purchase to an open source organisation/project ? dukeinlondon Linux - General 8 11-14-2003 05:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:01 AM.

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