Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: U-andrew-repro-te\adoptium <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 16, 2023
1 parent 8ae7f57 commit cbd9d33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tooling/ReproducibleBuilds.MD
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,20 @@ Tooling setup:
before the comparable_patch.sh can be run

2. Compile tooling/src/c/WindowsUpdateVsVersionInfo.c :

- Ensure VS2022 SDK is installed and on PATH
- Compile:
- cd tooling/src/c
- cl WindowsUpdateVsVersionInfo.c version.lib

3. Compile src/java/temurin/tools/BinRepl.java :

- Ensure suitable JDK on PATH
- cd tooling/src/java
- javac temurin/tools/BinRepl.java

4. Setting environment within a CYGWIN shell :

- For BinRepl : export CLASSPATH=<temurin-build>/tooling/src/java:$CLASSPATH
- For WindowsUpdateVsVersionInfo.exe : export PATH=<temurin-build>/tooling/src/c:$PATH
- For dumpbin.exe MSVC tool : export PATH=/cygdrive/c/progra~1/micros~2/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64:$PATH
Expand Down

0 comments on commit cbd9d33

Please sign in to comment.