|
#1
| |||
| |||
| Help w/ open source software Hello. I am interested in installing some open source software on OS X, if it is possible. For example, I would like to install some open source file utilities/dev tools. Would someone have some (pretty detailed) instructions on how to do this(I would perfer instructions using the terminal). For example, I go to http://www.gnu.org/ and download a package. Can I compile and install this software? I really appreciate the help! Thanks! Randy |
|
#3
| |||
| |||
| When you download source, there will probably be a file called INSTALL or README which tells how to compile and install the program. Usually, there is a shell script called configure that generates a makefile, so the normal sequence of operations is: sh configure make su make install If the configure script knows something about Darwin, then you're home free. If not, you might have to edit configure or the generated Makefile. If this is all sounds like gibberish, then you're best off looking for a binary image. |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Open Media Toolkit goes open source | garageCUBE | Software Programming & Web Scripting | 0 | April 9th, 2003 02:30 PM |
| Freeware and Open Source | loom001 | Apple News, Rumors & Discussion | 6 | March 7th, 2003 06:52 PM |
| my stance for macs. | solrac | Apple News, Rumors & Discussion | 35 | June 2nd, 2002 01:00 AM |
| Fun and useful open source project | Ghoser777 | Software Programming & Web Scripting | 0 | January 8th, 2002 12:56 AM |