Author Topic: Linux Thread  (Read 20726 times)

0 Members and 1 Guest are viewing this topic.

Offline PANatsFan

  • Posts: 37398
  • dogs in uncensored, nudes in gameday
Re: Linux Thread
« Reply #150: February 03, 2010, 11:25:54 PM »

wtf is compiling, by the way?

The problem with pre-compiled binaries is that they are distribution specific, they assume you have certain versions of libraries that come with specific versions of an OS.

When you compile programs, they often come with configure scripts that search your machine to see what versions of the libraries you have and where they are located, so when it compiles the code it links to the proper files and you can run on your personal machine's configuration.

When they say Mozilla is open-source, they mean that the actual code that makes up the program is available on the Web, so you could change it and have a custom browser, for instance.