Changeset 28831
- Timestamp:
- 2014-02-04T19:33:52+13:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/expeditee-release-kits/README.txt
r28825 r28831 1 1 Preliminaries: 2 2 3 A. One-off steps4 3 5 4 You will need to have installed: … … 7 6 2. Ant 8 7 3. JDK 1.8 for Expeditee 8 (4. For the Windows release-kits, you will further need Microsoft Visual Studio.) 9 10 11 12 A. One-off steps 9 13 10 14 1. Check out the expeditee release kits: … … 33 37 3. Set JAVA_HOME to JDK 1.8 and add JAVA_HOME\bin to the PATH 34 38 35 4. Add your expeditee-release-kits\bin to the PATH. 39 4. If you're on Windows, run the vcvars.bat file of your Microsoft Visual Studio. 40 41 My 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 51 5. Add your expeditee-release-kits\bin to the PATH. 36 52 E.g. on Windows 37 53 cd c:\Research\Nightly\tools\expeditee-release-kits\bin … … 44 60 Jeremy's Linux under his jts21 account is what's used to generate the Linux binary. 45 61 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) 47 63 48 64 6. Go to your snapshots\expeditee folder and run "rke":
Note:
See TracChangeset
for help on using the changeset viewer.