Uranium
Application Framework
Loading...
Searching...
No Matches
Developing Uranium <br> In Editable Mode


![Button Building]    ![Button Packaging]



You can use your local development repository downsteam
by adding it as an editable mode package, which also means
that you can test it in a consuming project without creating
a new package for this project every time.

conan editable add . \
uranium/<version>@<username>/<channel>


Then in your downsteam project's ( Cura ) root directory
override the package with your editable mode package.

conan install . \
-build=missing \
--update \
--require-override=uranium/<version>@<username>/<channel>