summaryrefslogtreecommitdiffstats
path: root/user/hosts/macos.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user/hosts/macos.rst')
-rw-r--r--user/hosts/macos.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/user/hosts/macos.rst b/user/hosts/macos.rst
new file mode 100644
index 0000000..426b303
--- /dev/null
+++ b/user/hosts/macos.rst
@@ -0,0 +1,21 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. comment: Copyright (c) 2016 Chris Johns <chrisj@rtems.org>
+.. comment: All rights reserved.
+
+.. _macos:
+
+Apple OS X
+~~~~~~~~~~
+
+Apple's OS X is fully supported. You need to download and install a recent
+version of the Apple developer application Xcode. Xocde is available in the App
+Store. Make sure you install the Command Line Tools add on available for
+download within Xcode and once installed open a Terminal shell and enter the
+command ``cc`` and accept the license agreement.
+
+The normal prefix when working on OS X as a user is under your home directory.
+Prefixes of :file:`$HOME/development/rtems` or :file:`$HOME/rtems` are
+suitable.
+
+:ref:`prefixes` details using Prefixes to manage the installation.