close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 4, 2016, 11:04:21 AM (9 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
102 | 102 | The environment variable creation can be done as usual. We recommend to create an user environment variable. |
103 | 103 | |
104 | | __Using then environment variables window__ |
| 104 | __Using the environment variables editing window__ |
105 | 105 | |
106 | | The environment variables editing window vary from a Windows version to another. |
| 106 | The location of the environment variables editing window vary from a Windows version to another. |
107 | 107 | |
108 | | To open it, you should follow these steps or similar: {{{Control Panel -> System -> Advanced -> Environment Variables}}}. |
| 108 | To open it, you should follow these steps or similar: {{{Control Panel -> System -> Advanced -> Environment Variables}}}. [[BR]] |
| 109 | Otherwise you can execute (WIN + R): {{{rundll32.exe sysdm.cpl,EditEnvironmentVariables}}}. |
109 | 110 | |
110 | | There you can add an user environment variable indicating the name ({{{VBTOL_PATH}}} and the value (your own path). |
| 111 | In this window you can add an user environment variable indicating the name ({{{VBTOL_PATH}}}) and the value (your own path). |
111 | 112 | |
112 | 113 | __Using the command setx__ |
113 | 114 | |
114 | | You can also do it executing a sentence into the Windows command line: |
| 115 | You can also do it executing a sentence into the Windows command line (change the path with your own): |
115 | 116 | {{{ |
116 | 117 | setx VBTOL_PATH %PROGRAMFILES%\Tol-Project\tol-gnu-v3.3\bin |
117 | 118 | }}} |
118 | | (change the path with your own). |
119 | 119 | |
120 | 120 | |