Skip to content

Commit bddee06

Browse files
committed
Ensuring consistent configuration.
1 parent 41507cf commit bddee06

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

Diff for: docs/README.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,7 @@ The following directory structure is assumed.
5252
Configure the build as follows:
5353

5454
```
55-
cd ../builds/hyde
56-
ccmake ../../libraries
57-
cd -
58-
```
59-
60-
Specify the following options:
61-
62-
```
63-
BUILD_TESTING OFF
64-
CMAKE_BUILD_TYPE
65-
CMAKE_INSTALL_PREFIX /usr/local
66-
CMAKE_OSX_ARCHITECTURES
67-
CMAKE_OSX_DEPLOYMENT_TARGET
68-
CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/
69-
Qt6_DIR Qt6_DIR-NOTFOUND
70-
STLAB_MAIN_EXECUTOR none
71-
STLAB_NO_STD_COROUTINES ON
72-
STLAB_TASK_SYSTEM portable
73-
STLAB_THREAD_SYSTEM pthread
74-
stlab.coverage OFF
55+
cmake --preset=hyde-build-docs
7556
```
7657

7758
- 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).

0 commit comments

Comments
 (0)