Updated macOS instructions 79/251079/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 7 Jan 2021 18:27:39 +0000 (18:27 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 7 Jan 2021 18:27:39 +0000 (18:27 +0000)
Change-Id: Iaa0488361b4f340160d4484c61c2986e2edb3fff

README.md

index c27d776..29c195f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -171,20 +171,19 @@ vcpkg-script folder in the windows-dependencies repository.
 
 ## 5. Building for MacOS
 
-Here it is expected that the environment variables are set accordingly to
-`dali-core/README.md`.
+It is assumed that the DALi environment has been set up & that DALi Core, Adaptor & Toolkit have been built accordingly.
 
 To build the repository enter the 'build/tizen' folder:
-```bash
-        $ cd dali-demo/build/tizen
+```zsh
+% cd dali-demo/build/tizen
 ```
 Then run the following command to set up the build:
-```bash
-        $ cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DCMAKE_TOOLCHAIN_FILE=$VCPKG_FOLDER/scripts/buildsystems/vcpkg.cmake -DINTERNATIONALIZATION=OFF -DENABLE_PKG_CONFIGURE=OFF
+```zsh
+% cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DCMAKE_TOOLCHAIN_FILE=$VCPKG_FOLDER/scripts/buildsystems/vcpkg.cmake -DINTERNATIONALIZATION=OFF
 ```
 If a Debug build is required, then add `-DCMAKE_BUILD_TYPE=Debug`
 
 To build, run:
-```bash
-        $ make install -j8
+```zsh
+% make install -j8
 ```