Changeset 18808
- Timestamp:
- 05/08/06 18:04:28 (2 years ago)
- Files:
-
- juggler/trunk/README-WINDOWS.html (modified) (11 diffs)
- juggler/trunk/build_windows.py (moved) (moved from juggler/trunk/buildwin32.py)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/README-WINDOWS.html
r18807 r18808 10 10 <li><a href="#intro">Introduction</a></li> 11 11 <li><a href="#install_python">Install Python</a></li> 12 <li><a href="#run_build win32_py">Run <tt>buildwin32.py</tt></a></li>12 <li><a href="#run_build_windows_py">Run <tt>build_windows.py</tt></a></li> 13 13 <li><a href="#choose_configuration">Choose a Configuration to Build</a></li> 14 14 <li><a href="#install_vrj">Install VR Juggler</a></li> … … 33 33 </li> 34 34 <li> 35 Run <tt>build win32.py</tt> and fill in at least the paths to the35 Run <tt>build_windows.py</tt> and fill in at least the paths to the 36 36 required dependencies. 37 37 </li> … … 51 51 52 52 <p> 53 In order to <a href="#run_build win32_py">run the helper script54 <tt>build win32.py</tt></a>, you must have53 In order to <a href="#run_build_windows_py">run the helper script 54 <tt>build_windows.py</tt></a>, you must have 55 55 <a href="http://www.python.org/">Python</a> 2.2 or newer installed on your 56 56 system. (To build a 64-bit version of VR Juggler, the 64-bit version of … … 60 60 </p> 61 61 62 <a name="run_build win32_py"><h1>3. Run <tt>buildwin32.py</tt></h1></a>62 <a name="run_build_windows_py"><h1>3. Run <tt>build_windows.py</tt></h1></a> 63 63 64 64 <p> 65 65 Once you have Python installed, you can open the folder containing the 66 66 Juggler Project source in Windows Explorer and double-click on the 67 icon for the script <tt>build win32.py</tt>. This script simplifies the67 icon for the script <tt>build_windows.py</tt>. This script simplifies the 68 68 process of building VR Juggler on Windows by setting up paths and 69 69 environment variables based on input that you provide. It then starts … … 75 75 <blockquote> 76 76 <b>NOTE:</b> For the build to work correctly, you must use the 77 <tt>build win32.py</tt> script. It does more than just set environment77 <tt>build_windows.py</tt> script. It does more than just set environment 78 78 variables. 79 79 </blockquote> … … 83 83 section describes each of the required and optional environment variables 84 84 used by the Visual Studio build. You can read through them to get a 85 better understanding of what <tt>build win32.py</tt> expects from your85 better understanding of what <tt>build_windows.py</tt> expects from your 86 86 answers to its questions, or you can 87 87 <a href="#choose_configuration">skip to the next section</a>. … … 92 92 <p> 93 93 Prior to starting the Visual Studio GUI, several environment variables 94 must be set. If you run the Python script <tt>build win32.py</tt>, all of94 must be set. If you run the Python script <tt>build_windows.py</tt>, all of 95 95 the necessary environment variables will be set (and cached) based on 96 96 responses you provide to several questions. … … 283 283 driver. Different versions of the Trackd API have different names for the 284 284 header file that proides the type declarations needed to use the Trackd 285 API driver. The build script <tt>build win32.py</tt> attempts to detect285 API driver. The build script <tt>build_windows.py</tt> attempts to detect 286 286 automatically what value to use, but it has a finite number of choices 287 287 based on known possible values. The form for the value of this environment … … 296 296 297 297 <p> 298 After you answer the questions asked by <tt>build win32.py</tt>, the script298 After you answer the questions asked by <tt>build_windows.py</tt>, the script 299 299 will start up the version of Visual Studio that you have in your path (or 300 300 that it detected on your system if your environment does not have the … … 309 309 <a href="#opt_env_vars">optional dependencies</a>, some optional targets 310 310 such as device drivers or Java features may fail to build. If this is not 311 acceptable, you must <a href="#run_build win32_py">go back to Step 3</a>312 and run <tt>build win32.py</tt> again.311 acceptable, you must <a href="#run_build_windows_py">go back to Step 3</a> 312 and run <tt>build_windows.py</tt> again. 313 313 </p> 314 314 … … 316 316 317 317 <p> 318 After successfully compiling VR Juggler, <tt>build win32.py</tt> will ask318 After successfully compiling VR Juggler, <tt>build_windows.py</tt> will ask 319 319 if you want to install VR Juggler. On Windows, you must install VR Juggler 320 320 to be able to build and run applications. Working out of the development 321 321 tree is not possible the way it is on other platforms. If you answer 322 "yes" to the question of installing VR Juggler, <tt>build win32.py</tt> will322 "yes" to the question of installing VR Juggler, <tt>build_windows.py</tt> will 323 323 go through the full process of installing everything that was compiled. 324 324 </p>
