music |
| | OSdata.com |
installing software from source code
summary
This subchapter looks at installing software from source code.
While it is possible to do a lot with just preinstalled software and precompiled software, those working with large systems will sooner or later need to download the raw source code and use that source code to create their own copy of the latest version of some software on their servers or other computer systems.
installing software from source code
This subchapter looks at installing software from source code.
While it is possible to do a lot with just preinstalled software and precompiled software, those working with large systems will sooner or later need to download the raw source code and use that source code to create their own copy of the latest version of some software on their servers or other computer systems.
gcc
The vast majority of open source software is written in the C programming language. The GNU foundation C compiler, known as gcc, is the most commonly used C compiler.
Apples Mac OS X Developer Tools include a copy of gcc, but also include an Apple specific variation that includes specialized features useful for development of Macintosh, iPhone, and iPad software.
Xcode
Xcode is an Apple integrated development environment. It includes the Instruments analysis tool, iOS Simulator (useful for testing your software on the Mac before it is ready for deployment to real devices), and the latest Mac OS X and iOS SDKs.
Fink
Fink (German for the bird finch) is an open source program that automates the process of downloading, configuring, compiling, and installing hundreds of software packages from the original source code.
manual installation
There are two major methods for manually installing software from source: the standard method (used for most Linux software) and the Perl method (used for Perl modules).
comments, suggestions, corrections, criticisms
free music player coding example
Coding example: I am making heavily documented and explained open source code for a method to play music for free almost any song, no subscription fees, no download costs, no advertisements, all completely legal. This is done by building a front-end to YouTube (which checks the copyright permissions for you).
View music player in action: www.musicinpublic.com/.
Create your own copy from the original source code/ (presented for learning programming).
This section is under the category of owning cirticism.
In response to a posting about my article collecting social media, Moderator +Andrew Smith (Technology addict, Web Developer, API guru, futsal and football wannabe, and all round nice guy!, Swordfox Design, arrowtown, new zealand) of the Google+ community Web Developers, Web Designers, Web Coding claims Quite frankly this is self promotion, and your site is not of great quality. I can see how +Joost SchuurÊ would think this of not high enough a standard.
Because I no longer have the computer and software to make PDFs, the book is available as an HTML file, which you can convert into a PDF.
Names and logos of various OSs are trademarks of their respective owners.