From 6ab2e865aab6e032a30be9cbe26facf6076f0179 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Thu, 7 Jan 2021 18:24:54 +0000 Subject: [PATCH] Updated macOS instructions Change-Id: I9498d84be12c125fc202ae4edc29e9f6d785c470 --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 542854e..e4cfdbc 100644 --- a/README.md +++ b/README.md @@ -114,22 +114,21 @@ vcpkg-script folder in the windows-dependencies repository. ## 4. 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 & both DALi Core & Adaptor have been built accordingly. To build the repository enter the 'build/tizen' folder: -```bash - $ cd dali-toolkit/build/tizen +```zsh +% cd dali-toolkit/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 -DINSTALL_CMAKE_MODULES=ON -DENABLE_PKG_CONFIGURE=OFF +```zsh +% cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DCMAKE_TOOLCHAIN_FILE=$VCPKG_FOLDER/scripts/buildsystems/vcpkg.cmake -DINSTALL_CMAKE_MODULES=ON ``` If a Debug build is required, then add `-DCMAKE_BUILD_TYPE=Debug -DENABLE_DEBUG=ON` -To build run: -```bash - $ make install -j8 +To build, run: +```zsh +% make install -j8 ``` # DALi Scene Loader -- 2.7.4