You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Documentation: Add MacOS with Make instructions for Exercism CLI (#930)
* Added a new section for using the exercism CLI to test the exercises
when running on Mac OS as. This should allow for new lerners of C++ to
be able to get up and running using the CLI without needing an IDE like
XCode setup and configured and be able to use the exercism tools
available.
* Updated formatting, spelling and grammar for the additions for the Mac
OS testing.
* Apply suggestions from code review
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
---------
Co-authored-by: Tim Austin <tim@neenjaw.com>
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
Copy file name to clipboardExpand all lines: docs/TESTS.md
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ code using the appropriate command for your environment:
54
54
* Linux with make: `make`
55
55
* Windows with Visual Studio: Select Build / Build Solution from the menu.
56
56
* MacOS with Xcode: Select Build from the toolbar
57
+
* MacOS with "Unix Makefile": `make`_If using the exercism CLI app_
57
58
58
59
Examples of running CMake for different environments are shown below.
59
60
@@ -105,4 +106,24 @@ Please download and install Xcode via the App Store or via [this link][web-xcode
105
106
Errors similar to `The CXX compiler identification is unknown` will likely be resolved by following the [instructions to install GCC][cpp-installation-instructions] or by adding another target in Xcode as per the above paragraph.
0 commit comments