0

http://www.cyberciti.biz

Q. I’ve downloaded tar ball software but I don’t know how to compile the same? Can you provide the instructions for compiling a program?

Full story »
mads's picture
Created by mads 14 years 28 weeks ago – Made popular 14 years 28 weeks ago
Category: Beginner   Tags:
underthelinux's picture

underthelinux

14 years 28 weeks 3 days 21 hours ago

0

So this is nice, and short. But

So this is nice, and short. But it doesn't highilght a few thigns that i had to learn.

1. If you need to install something, check your repos first!
2. If you can't find it from the repos, then build it from source as mentioned. Be prepared to run into issues.
3. You may need to edit makefiles, config files, even install dependencies.
4. Make sure you read the output from the build; it can give you vital clues on how to get it to build.
5. Get ready to do some searching online.

Building from source is not hard. But it isn't a walk in the park.

Best karma users