Skip to content
Merged
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
3 changes: 3 additions & 0 deletions doc/iocs/compiling/Developer-Server-Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ robocopy "\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\developer\zips" "." EPICS
Note that this pre-allocates the full file space before starting the copy. I found that if I interrupt the copy with Ctrl-C and then type the command again, it picks up where it left off, so it looks hopeful it will handle network connection breaks.
</details>

After running the `install_developer_build.bat` script, you will need to create `.venv`s for python processes,
by running the developer update script from [the `ibex_utils` repository](https://github.com/ISISComputingGroup/ibex_utils/tree/master/installation_and_upgrade).

### Using Files

After copying note that all submodules will be on a detached HEAD.
Expand Down
Loading