From bddee065a17e9025fb4c363cc5ff6370b8ca1ea0 Mon Sep 17 00:00:00 2001 From: Sean Parent Date: Fri, 28 Jun 2024 19:25:22 -0700 Subject: [PATCH] Ensuring consistent configuration. --- docs/README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/docs/README.md b/docs/README.md index d6f1d9b7..5ac7b5bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,26 +52,7 @@ The following directory structure is assumed. Configure the build as follows: ``` -cd ../builds/hyde -ccmake ../../libraries -cd - -``` - -Specify the following options: - -``` - BUILD_TESTING OFF - CMAKE_BUILD_TYPE - CMAKE_INSTALL_PREFIX /usr/local - CMAKE_OSX_ARCHITECTURES - CMAKE_OSX_DEPLOYMENT_TARGET - CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ - Qt6_DIR Qt6_DIR-NOTFOUND - STLAB_MAIN_EXECUTOR none - STLAB_NO_STD_COROUTINES ON - STLAB_TASK_SYSTEM portable - STLAB_THREAD_SYSTEM pthread - stlab.coverage OFF +cmake --preset=hyde-build-docs ``` - Build the docker image per the instructions in the hyde repo, [current using the clang13 branch](https://github.com/adobe/hyde/tree/fosterbrereton/llvm13-updates).