Skip to content

Commit 2f9e233

Browse files
Merge pull request #83 from ISISComputingGroup/rerpha-patch-1
Update Developer-Server-Build.md - use whole path so you can copy and…
2 parents 09009b8 + 6d03283 commit 2f9e233

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/iocs/compiling/Developer-Server-Build.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ You need to be using a Visual Studio compatible with the build server, currently
88
:::{tip}
99
**Quick Instructions**
1010

11-
Run `install_developer_build.bat` in either `\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\developer\EPICS` (for 64bit builds, what you usually need) or `\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\developer\EPICS32` (for 32 bit builds, only if you have to build/test a specific driver needing 32bit versions). It will prompt you to choose from normal/debug/static - in most cases `normal`
12-
is what you want and is what is deployed to an instrument, `static` and `debug` are for special cases/testing
11+
Run `\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\developer\EPICS\install_developer_build.bat`. It will prompt you to choose from normal/debug/static - in most cases `normal`
12+
is what you want and is what is deployed to an instrument, `static` and `debug` are for special cases/testing.
13+
14+
For 32 bit builds, (only if you have to build/test a specific driver needing 32bit versions) run `\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\developer\EPICS32\install_developer_build.bat`
1315
:::
1416

1517
:::{note}
@@ -65,4 +67,4 @@ This scheme works as Visual Studio is binary compatible (even at object file lev
6567
We now copy `CMakeCache.txt` across, if we later again have different developer and build server versions of visual studio then we will again need to not copy it as it is invalid if the visual studio version number is different (2017 v 2019).
6668

6769
CMake is used in a few third party modules e.g. MySQL, gsl, OpenCV. Compatible binaries for these will always be copied across, so IOCs can be compiled and linked, but if `CMakeCache.txt` is missing a `make` in the top level will rebuild these modules, some of which do take a while.
68-
</details>
70+
</details>

0 commit comments

Comments
 (0)