Changeset 28831


Ignore:
Timestamp:
2014-02-04T19:33:52+13:00 (10 years ago)
Author:
ak19
Message:

Adding mention of Visual Studio to the release-kit README, as this is necessary to compile wrapper.c of the release kit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/README.txt

    r28825 r28831  
    11Preliminaries:
    22
    3 A. One-off steps
    43
    54You will need to have installed:
     
    762. Ant
    873. JDK 1.8 for Expeditee
     8(4. For the Windows release-kits, you will further need Microsoft Visual Studio.)
     9
     10
     11
     12A. One-off steps
    913
    10141. Check out the expeditee release kits:
     
    33373. Set JAVA_HOME to JDK 1.8 and add JAVA_HOME\bin to the PATH
    3438
    35 4. Add your expeditee-release-kits\bin to the PATH.
     394. If you're on Windows, run the vcvars.bat file of your Microsoft Visual Studio.
     40
     41My windows compile environment batch file looks like:
     42    set ANT_HOME=C:\Research\apache-ant-1.8.2
     43    set JAVA_HOME=C:\Program Files\Java\jdk1.8.0
     44    PATH=C:\Research\ant\bin;%JAVA_HOME%\bin;c:\Program Files\Subversion\bin;%PATH%
     45
     46    call "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.cmd"
     47    call "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
     48
     49(Microsoft SDK is necessary for the windows.h header I think. It may not be needed for the Expeditee release kits.)
     50
     515. Add your expeditee-release-kits\bin to the PATH.
    3652E.g. on Windows
    3753    cd c:\Research\Nightly\tools\expeditee-release-kits\bin
     
    4460Jeremy's Linux under his jts21 account is what's used to generate the Linux binary.
    4561
    46 (5. If you have any file-locking issues, you may want to delete the contents of the snapshots\expeditee folder, all EXCEPT the rke-build.properties file)
     62(6. If you have any file-locking issues, you may want to delete the contents of the snapshots\expeditee folder, all EXCEPT the rke-build.properties file)
    4763
    48646. Go to your snapshots\expeditee folder and run "rke":
Note: See TracChangeset for help on using the changeset viewer.