Skip to content

Commit

Permalink
Make sub-section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 30, 2025
1 parent 3a70d26 commit c2af7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/developer_guide/guides/3_simple_cpp_stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ limitations under the License.
## Building the Example
The code for this guide can be found in the `examples/developer_guide/3_simple_cpp_stage` directory of the Morpheus repository. There are two ways to build the example.

### Compiling the Example with Morpheus
The first is to build the examples along with Morpheus by passing the `-DMORPHEUS_BUILD_EXAMPLES=ON` flag to CMake. This approach is preferable for users who are already building Morpheus from source. For users using the `scripts/compile.sh` at the root of the Morpheus repo can do this by setting the `CMAKE_CONFIGURE_EXTRA_ARGS` environment variable:
```bash
CMAKE_CONFIGURE_EXTRA_ARGS="-DMORPHEUS_BUILD_EXAMPLES=ON" ./scripts/compile.sh
```

### Compiling the Example as a standalone Project
The second method is to build the example as a standalone project. For those using the release container, additional dependencies will need to be installed prior to performing the build:
```bash
conda env update --solver=libmamba -n morpheus --file /workspace/conda/environments/dev_cuda-125_arch-$(arch).yaml
Expand Down

0 comments on commit c2af7dd

Please sign in to comment.