Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes authored Jan 30, 2024
1 parent 0e38b9d commit 1f4c35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

The preferred approach to building the example plugins is by using our [DevBundle](https://github.com/ManiVaultStudio/DevBundle) tool. This cross-platform tool creates self-contained development environments using build configurations in JSON format. Since the build environments are self-contained, multiple build environments can exist side-by-side. The major advantage of using DevBundle is that it will remove much of the configuration overhead by:
- Cloning repositories from the build configuration (with the branch specified in the build configuration)
- Downloading related binary dependencies from our Artifactory server (and adding/configuring paths in the `CMakeLists.txt`)
- Downloading related binary dependencies from our [Artifactory](https://lkeb-artifactory.lumc.nl/ui/login/) server (and adding/configuring paths in the `CMakeLists.txt`)
- Setting up an umbrella CMakeLists.txt which consists of all projects from the build configuration

Note: the `allmain` build config in the DevBundle [config.json](https://github.com/ManiVaultStudio/DevBundle/blob/master/config.json) contains an example of how to add the example plugins to a build configuration.
Expand Down

0 comments on commit 1f4c35f

Please sign in to comment.