Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,11 @@ This allows the installed files to be changed by changing the files in the ``sou

.. code-block:: console

$ colcon build --symlink-install --merge-install
$ colcon build --merge-install

Windows doesn't allow long paths, so ``merge-install`` will combine all the paths into the ``install`` directory.
On Windows, you need special permissions to create symbolic links, so ``--symlink-install`` is not used by default.
To use it, you need to run the command as administrator or enable developer mode in system settings.

.. tip::

Expand Down