Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e65ba01

Browse filesBrowse files
waywardmonkeyskripken
authored andcommitted
Capitalize Xcode correctly. (emscripten-core#7720)
1 parent 69e969d commit e65ba01
Copy full SHA for e65ba01

3 files changed

+11-11Lines changed: 11 additions & 11 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎site/source/docs/building_from_source/building_emscripten_from_source_on_mac_os_x.rst‎

Copy file name to clipboardExpand all lines: site/source/docs/building_from_source/building_emscripten_from_source_on_mac_os_x.rst
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Installing required tools
2121

2222
These instructions explain how to install **all** the :ref:`required tools <toolchain-what-you-need>`. You can :ref:`test whether some of these are already installed <toolchain-test-which-dependencies-are-installed>` on the platform and skip those steps.
2323

24-
#. Install the *XCode Command Line Tools*. These include the toolchain to build :term:`Fastcomp`, and are a precondition for *git*.
24+
#. Install the *Xcode Command Line Tools*. These include the toolchain to build :term:`Fastcomp`, and are a precondition for *git*.
2525

26-
- Install XCode from the `Mac OS X App Store <http://superuser.com/questions/455214/where-is-svn-on-os-x-mountain-lion>`_.
27-
- In **XCode | Preferences | Downloads**, install *Command Line Tools*.
26+
- Install Xcode from the `Mac OS X App Store <http://superuser.com/questions/455214/where-is-svn-on-os-x-mountain-lion>`_.
27+
- In **Xcode | Preferences | Downloads**, install *Command Line Tools*.
2828

2929
#. Install *git*:
3030

3131
- `Allow installation of unsigned packages <https://www.my-private-network.co.uk/knowledge-base/apple-related-questions/osx-unsigned-apps.html>`_, or installing the git package won't succeed.
32-
- Install XCode and the XCode Command Line Tools (should already have been done). This will provide *git* to the system PATH (see `this stackoverflow post <http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools>`_).
32+
- Install Xcode and the Xcode Command Line Tools (should already have been done). This will provide *git* to the system PATH (see `this stackoverflow post <http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools>`_).
3333
- Download and install git directly from http://git-scm.com/.
3434

3535
#. Install *CMake* if you do not have it yet:
Collapse file

‎site/source/docs/building_from_source/toolchain_what_is_needed.rst‎

Copy file name to clipboardExpand all lines: site/source/docs/building_from_source/toolchain_what_is_needed.rst
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ When building Emscripten from source code, whether "manually" or using the SDK,
6161
# Install cmake
6262
sudo apt-get install cmake
6363

64-
- Mac OS X: Install the *XCode Command Line Tools*:
64+
- Mac OS X: Install the *Xcode Command Line Tools*:
6565

66-
- Install XCode from the `Mac OS X App Store <http://superuser.com/questions/455214/where-is-svn-on-os-x-mountain-lion>`_.
67-
- In **XCode | Preferences | Downloads**, install *Command Line Tools*.
66+
- Install Xcode from the `Mac OS X App Store <http://superuser.com/questions/455214/where-is-svn-on-os-x-mountain-lion>`_.
67+
- In **Xcode | Preferences | Downloads**, install *Command Line Tools*.
6868

6969
.. note:: Building LLVM and Clang from source can require a lot of memory and hard drive space. The specific requirements change from LLVM version to another, but you probably need at least 2GB of RAM, preferably 4GB or more. Debug builds or builds with assertions can require even more memory.
7070

Collapse file

‎site/source/docs/getting_started/downloads.rst‎

Copy file name to clipboardExpand all lines: site/source/docs/getting_started/downloads.rst
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ If you use MacOS 10.13.3 or later then you should have a new enough version of P
6666

6767
These instructions explain how to install **all** the :ref:`required tools <toolchain-what-you-need>`. You can :ref:`test whether some of these are already installed <toolchain-test-which-dependencies-are-installed>` on the platform and skip those steps.
6868

69-
#. Install the *XCode Command Line Tools*. These are a precondition for *git*.
69+
#. Install the *Xcode Command Line Tools*. These are a precondition for *git*.
7070

71-
- Install XCode from the `Mac OS X App Store <http://superuser.com/questions/455214/where-is-svn-on-os-x-mountain-lion>`_.
72-
- In **XCode | Preferences | Downloads**, install *Command Line Tools*.
71+
- Install Xcode from the `Mac OS X App Store <http://superuser.com/questions/455214/where-is-svn-on-os-x-mountain-lion>`_.
72+
- In **Xcode | Preferences | Downloads**, install *Command Line Tools*.
7373

7474
#. Install *git*:
7575

7676
- `Allow installation of unsigned packages <https://www.my-private-network.co.uk/knowledge-base/apple-related-questions/osx-unsigned-apps.html>`_, or installing the git package won't succeed.
77-
- Install XCode and the XCode Command Line Tools (should already have been done). This will provide *git* to the system PATH (see `this stackoverflow post <http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools>`_).
77+
- Install Xcode and the Xcode Command Line Tools (should already have been done). This will provide *git* to the system PATH (see `this stackoverflow post <http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools>`_).
7878
- Download and install git directly from http://git-scm.com/.
7979

8080
#. Install *cmake* if you do not have it yet:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.