Skip to content

Commit

Permalink
add another note for Windows (follow up of #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed May 15, 2018
1 parent d227597 commit 455b739
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions developer/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ In the first build we will use the minimal features provided by ``colcon-core``
$ ./src/colcon-core/bin/colcon build --paths src/*
.. note::

On Windows the command needs to be prefixed with ``python``.

The build of the packages will run sequentially and for each package the output will be printed directly to the console.
The install directory will contain a ``local_setup.sh`` (or ``.bat`` on Windows).

Expand Down

0 comments on commit 455b739

Please sign in to comment.