Setting up cpp on macos — различия между версиями

Материал из Wiki - Факультет компьютерных наук
Перейти к: навигация, поиск
(Новая страница: «= Setting up <code>C++</code> on macOS = # [https://itunes.apple.com/ru/app/xcode/id497799835?l=en&mt=12 Install Xcode from the App Store] # Launch Xcode # You w…»)
 
 
(не показана одна промежуточная версия этого же участника)
Строка 1: Строка 1:
= Setting up <code>C++</code> on macOS =
 
 
 
# [https://itunes.apple.com/ru/app/xcode/id497799835?l=en&mt=12 Install Xcode from the App Store]
 
# [https://itunes.apple.com/ru/app/xcode/id497799835?l=en&mt=12 Install Xcode from the App Store]
 
# Launch Xcode
 
# Launch Xcode
Строка 17: Строка 15:
 
<li>After installation you will be greeted with the Xcode welcome window</li></ol>
 
<li>After installation you will be greeted with the Xcode welcome window</li></ol>
  
[[File:Setting_up_C++_on_macOS_4.png]]
+
[[File:Setting_up_C++_on_macOS_4.png|700x700px]]
  
 
You have now installed the developer tools and you can now start developing <code>C++</code> applications.
 
You have now installed the developer tools and you can now start developing <code>C++</code> applications.

Текущая версия на 03:09, 9 января 2019

  1. Install Xcode from the App Store
  2. Launch Xcode
  3. You will be asked to read the license agreement and enter your administrator password for your computer

Setting up C++ on macOS 1.png

Setting up C++ on macOS 2.png

  1. Wait for Xcode to install the required components

Setting up C++ on macOS 3.png

  1. After installation you will be greeted with the Xcode welcome window

Setting up C++ on macOS 4.png

You have now installed the developer tools and you can now start developing C++ applications.

You can manually compile programs from the command line using clang++ instead of gcc.

At this point you can either:

  1. Create a C++ project in Xcode
  2. Install CLion