LinuxQuestions.org
Help answer threads with 0 replies.
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, 01:54 PM   #31
wjaguar
LQ Newbie
 
Registered: Oct 2007
Distribution: Slackware
Posts: 22

Rep: Reputation: 24

https://slackbuilds.org/
Compiling from source is how you install extra packages on Slackware.
 
Old 11-06-2019, 01:54 PM   #32
celvidge
LQ Newbie
 
Registered: Jul 2018
Location: UK
Posts: 2

Rep: Reputation: Disabled
Kernel

5.3 kernel for Slackware
 
Old 11-06-2019, 01:55 PM   #33
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,849

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
kernel, openldap, mysql ...
and also a lot of [ubuntu] packages were rebuilt from source
 
Old 11-06-2019, 02:01 PM   #34
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Yes, I compile open source stuff all the time, I've run through LFS/BLFS, and some distros I use don't have huge repos so compiling is the easiest way to get it. It does get you to appreciate a package manager more...
 
Old 11-06-2019, 02:03 PM   #35
willyfontana
LQ Newbie
 
Registered: Aug 2017
Posts: 1

Rep: Reputation: Disabled
Yes, everytime I update Nagios Core.
It's a pretty straightforward process.
Thank you

Willy Fontana
 
Old 11-06-2019, 02:17 PM   #36
eutampieri
LQ Newbie
 
Registered: Jun 2019
Posts: 2

Rep: Reputation: Disabled
Yes, I think LightHTTPD and Ted text editor
 
Old 11-06-2019, 02:54 PM   #37
gacekky1
LQ Newbie
 
Registered: Oct 2019
Posts: 6

Rep: Reputation: Disabled
Yes, but only if there was no other option. Never had a reason to if I could get it with apt-get.
 
Old 11-06-2019, 03:28 PM   #38
bgstack15
Member
 
Registered: Jul 2017
Distribution: korora
Posts: 90

Rep: Reputation: Disabled
Quote:
Originally Posted by s1im View Post
Had to compile cdrtools
This sounds familiar but I can't remember exactly why I needed cdrtools.

I've compiled drivers (ongoing, for a Ubuntu 16.04 box for a random USB wnic), random small programs (./configure && make && sudo make install), and tons of building rpms and dpkgs. Google my name and you'll find my work. Some of the biggest ones include palemoon and Waterfox. Mozilla codebases are beasts! But I absolutely refuse to try gtk or anything like that.

I have recompiled rpms to modify a flag or two, and rolled them entirely from my own efforts and the source tarball. I've forked others' rpm specs or debian/ directories.
 
Old 11-06-2019, 03:40 PM   #39
mathwhiz
LQ Newbie
 
Registered: Nov 2018
Posts: 26

Rep: Reputation: Disabled
I have compiled some packages not included in Slackware:
dos2unix, unrar, pstotext. jpeg2ps
 
Old 11-06-2019, 04:23 PM   #40
stevereaver
LQ Newbie
 
Registered: Aug 2018
Posts: 2

Rep: Reputation: Disabled
yep, all the time. Doing 'apt-get build-dep <package>' can make things a lot easier. Also, I have a lot of Solaris at work so it's the only way to get any decent software for it.
 
Old 11-06-2019, 04:57 PM   #41
xbanjoplyr
LQ Newbie
 
Registered: Oct 2018
Posts: 3

Rep: Reputation: Disabled
I have compiled several versions of wxmaxima on different systems. The cmake3-gui is very helpful with this.
 
Old 11-06-2019, 05:02 PM   #42
ABW101
LQ Newbie
 
Registered: Dec 2015
Posts: 11

Rep: Reputation: Disabled
Compile?

I'll bet 90% of all linux users, like I, have tried it and failed every time. I'd have to get someone to sit next to me and show me slowly. Those step by step articles always have issues and I get stuck mid way, always! So I give up. Thats why open source is really not as open as it says it it, as its complicated! My 2 cents, anyway..

Last edited by ABW101; 11-06-2019 at 05:04 PM.
 
2 members found this post helpful.
Old 11-06-2019, 05:06 PM   #43
luan
LQ Newbie
 
Registered: Oct 2017
Location: Brazil
Distribution: Slackware 15.0 64-bit
Posts: 15

Rep: Reputation: Disabled
Yes, I have compiled the Kernel few times, recently i compiled Emscripten and em-dosbox. Also tivaware rools. And if count, a lot of slackbuild packages :-)
 
Old 11-06-2019, 05:10 PM   #44
flappist
LQ Newbie
 
Registered: Jan 2009
Posts: 2

Rep: Reputation: 0
Yes back in the day when everything was a bit whacky and drivers etc. were often missing but not so much lately.

In fact the last one I remember doing other than stuff I have written myself was NMap and even that was just minor tweaks for internal use only.

As most of my work is production I have long since left the "bleeding edge".
 
Old 11-06-2019, 05:16 PM   #45
wub
LQ Newbie
 
Registered: Jul 2012
Posts: 8

Rep: Reputation: Disabled
Back in the day, there were a number of applications that weren't available except as source code. It was always an adventure, downloading the code, checking the compilation instructions to see what the dependencies were, searching for, downloading the source for any I didn't already have, checking the dependencies for them, etc until all the dependencies had been compiled and installed, then going back to the original application that started all of that, and starting the compilation and hoping it would complete without error. When there were errors, even more fun ensued.

Repositories are the single best thing that ever happened to Linux distros!!
 
  


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 08:53 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