Sponsored Content
Operating Systems OS X (Apple) Help installing a Unix operating system on a mac Post 302348326 by sitney on Friday 28th of August 2009 02:47:59 AM
Old 08-28-2009
Mac OS X is unix

Under the hood, Mac OS X is unix. I recommend that you familiarize yourself with the Terminal application (found in Utilities) and get a feel for the command line.

I have not needed to install a different Unix OS because I find the one included with Mac OS X to be more than sufficient for me. I did however install VMWare Fusion for Windows XP and I could install other OSes if I need to.

One way to easily extend the Mac OS X unix is to install Mac Ports found at www.macports.org This utility let's you easily install a huge array of unix tools that may be missing from the stock Mac OS X toolbox.

Good luck.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Operating System

I need the Unix operating system on disc as im new to unix. Im studying unix and x windows next year at Sheffield University and would like to get a head start. Any suggestions would be appreciated (2 Replies)
Discussion started by: jeffersno1
2 Replies

2. UNIX for Dummies Questions & Answers

unix operating system

hi I am trying to install solaris 8 on intel machine(intel300 mhz,32 mg ram,3.2 hd,24x cd-rom). hardware scaning is ok. Then it ask to enter choice for interactive installation #1 for web #2. After i enter chice system reboot agian and it takes to same screne. ... (1 Reply)
Discussion started by: neer45
1 Replies

3. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies

4. UNIX for Dummies Questions & Answers

Installing Solaris Operating System.

hello there ! I have a question about Sun O.S. if i will buy the Solaris Media Kit for Solaris 8 O.S , it will include Solaris server ? I want practise for System Administration, would i be able to do that with Solaris O.S ? I have windows me installed on my computer, if i will install... (1 Reply)
Discussion started by: abidmalik
1 Replies

5. UNIX for Dummies Questions & Answers

UNIX Operating System

Hello Everyone, I'm new to this forum and Unix. I have a couple of questions and please, excuse my ignorance. I have a spare machine which is now running MS Windows 98 and I would like to format the disk and install the Unix operating system along with Oracle 8i and SQL Server. My... (13 Replies)
Discussion started by: IronBear
13 Replies

6. News, Links, Events and Announcements

Mac OS X - Tiger - Meet the world’s most advanced operating system.

Tiger Unleased Advanced UNIX-Based Technology (0 Replies)
Discussion started by: Neo
0 Replies

7. UNIX for Dummies Questions & Answers

Unix Operating System

Can anyone give me info on networking features of the Unix Operating System please. Thanks in advance (1 Reply)
Discussion started by: WaveZero
1 Replies

8. UNIX for Dummies Questions & Answers

Unix Operating System?

Hey all, I currently use FreeBSD and linux and have decided I want to use a proper Unix distrobution. Which Unix distro would you members recommend. The only requirments that I have is that I can use some pogramming utilities available. I don't mind the install process. One more thing, I know some... (2 Replies)
Discussion started by: -zorin
2 Replies

9. UNIX for Dummies Questions & Answers

installing Windows over UNIX operating system

Hello All I don't know much about UNIX operating system and in need of help. I am trying to install Windows Operating System on a desktop that already has UNIX. When you start the system it immediately takes me to a GRUB prompt. I tried putting in the installation disk before starting the... (4 Replies)
Discussion started by: rockbold
4 Replies
pods::SDL::Platform(3pm)				User Contributed Perl Documentation				  pods::SDL::Platform(3pm)

NAME
SDL-Platform - Platform Specific Informations about SDL Perl CATEGORY
Documentation DESCRIPTION
This document describes OS specific informations regading the installation and use of SDL. General (all OS) You need to install Alien::SDL to acquire all prerequisites of SDL. On Windows, Alien::SDL will get you zip-files containing prebuilt libs. On Unixes you can choose between compiling libs or use libs provided by the dist. The different options on Unixes are availale when requirements are met. Like having specific libs installed. There is some additional documentation in the Github-Wiki <https://github.com/PerlGameDev/SDL/wiki/Testing>. You definitively want to look there, if you want to know how to install SDL from the latest sources (e.g. in an unfinished, unreleased state). Windows Installation We recommend Strawberry Perl. You can get it here <http://strawberryperl.com/>. Once you installed Strawberry Perl, you can access the cpan shell via the start menu. Open up the cpan shell and type "install Alien::SDL SDL". Please follow the dialog and answer the questions to the best of your knowledge. Mac OS X Installation You will need a newer version of Perl that you can install with App::perlbrew. Once you have a newer Perl installed please use "cpan" to install Alien::SDL (and of course SDL). Using SDL on Mac OS X You can't use the "perl" executable to run SDL scripts on Mac OS X, you need to use "SDLPerl". When you install SDL, a program named "SDLPerl" is installed. It should be in your path. Using Mac OS X, your SDL Perl script have to look like this: #!SDLPerl use strict; use warnings; use SDL; # your code here ... Using the wrong Perl executable, you might encounter a lot of error messages resulting in "terminate called after throwing an instance of 'NSException'". cf. the corresponding github issue <https://github.com/PerlGameDev/SDL/issues/208>. SEE ALSO
o Alien::SDL o SDL AUTHORS
See list of module authors in SDL. If you would like to contribute to SDL Perl, please post a message on the mailing list: sdl-devel@perl.org And request access to the github repository. Or drop us a line on #sdl over at irc.perl.org COPYRIGHT &; LICENSE Copyright 2002-2010 SDL Authors as listed above, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. perl v5.14.2 2012-05-28 pods::SDL::Platform(3pm)
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy