taiyed14 Posted June 26, 2009 Share Posted June 26, 2009 Does anyone have any information about how easy is it to run linux tools on a mac? Can the be compiled from source for osx? Quote Link to comment Share on other sites More sharing options...
redxine Posted June 26, 2009 Share Posted June 26, 2009 There's a few things you'll need to install to get things going, but since it is just a UNIX platform, it is completely possible and easy. X11 (for GUI), bash, and xterm are already installed, so it should just be a matter of installing development stuff like cc/[gcc], then following every wish of the ./configure script. http://www.apple.com/hk/en/macosx/leopard/...ology/unix.html http://www.apple.com/sg/macosx/features/x11/ Quote Link to comment Share on other sites More sharing options...
italiano40 Posted June 30, 2009 Share Posted June 30, 2009 if you compile from source most software will say that it can work with OSX so just read or google most linux software will work or you need to install dependencies Quote Link to comment Share on other sites More sharing options...
jkdelauney Posted June 30, 2009 Share Posted June 30, 2009 As has been said, most of what you need is already installed, or comes on the install CD/DVD. Just a note, though, depending on function of the tool (especially network stuff) you might find they don't compile or will but won't run if it was coded specifically with a Linux kernel in mind. In that case you might find using something intended for one of the BSD variants more willing to work. OS X is a distant cousin, a few times removed, from the BSD tree. While there are a lot of differences, they have more in common than OS X does with Linux. That said, much of what's out there will work with little or no modification. If you want stuff that's going to 'just work', look at The MacPorts Project. There are a LOT of X11, command line, and even Aqua applications in there, and it's REALLY easy to use the ports system if you have even just a little command line experience. It'll save you from all that 'does this really work' mucking about. Quote Link to comment Share on other sites More sharing options...
taiyed14 Posted July 1, 2009 Author Share Posted July 1, 2009 thanks for all the input. really is quite helpful. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.