You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,13 +50,15 @@ You will be prompted to "Get started" and should "Clone a repository" from
50
50
51
51

52
52
53
-
On completion, the Solution Explorer view will list the solution ORTS.sln. Pick it to receive a prompt:
53
+
On completion, the Solution Explorer view will list the solution ORTS.sln.
54
+
55
+
Pick it to receive a prompt:
54
56
55
57

56
58
57
59
The purpose of the Launcher project is to check whether the user's PC has the software libraries installed to run Open Rails. It uses libraries which are installed on even old PCs, so that it can run on them without error and report any problems.
58
60
59
-
However the framework needed to build that project is not installed automatically, so choose the option highlighted in the image above. <p> </p>
61
+
However the framework needed to build that project is not installed automatically, so choose the option highlighted by the cursor in the image above. <p> </p>
60
62
61
63

62
64
@@ -68,7 +70,7 @@ Note: There is no project called OpenRails. Instead, the Launcher project builds
68
70
69
71

70
72
71
-
Use *Build > Rebuild Solution* to compile and link the source code into executable and DLL files.
73
+
Use *Build > Rebuild Solution* to compile and link the source code into executable and DLL files.<p> </p>
72
74
73
75

74
76
@@ -90,7 +92,7 @@ Now pressing F5, Start or *Debug > Start Debugging* will launch the project Menu
90
92
91
93
## Content
92
94
93
-
Without content, all you can run is Menu.exe (or OpenRails.exe which runs Menu.exe) and some of the contributed tools.<p> </p>
95
+
Without content, all you can run is Menu.exe (or OpenRails.exe which runs Menu.exe) and some of the contributed tools.
94
96
95
97

96
98
@@ -103,11 +105,11 @@ Unzip into a new folder.<p> </p>
103
105
104
106

105
107
106
-
Start Open Rails Menu.exe, and use *Options > Content > Add* to add the folder "Demo Model 1" to the list of installation profiles.<p> </p>
108
+
Using Open Rails Menu.exe and *Options > Content > Add*, add the folder "Demo Model 1" to the list of installation profiles.<p> </p>
107
109
108
110

109
111
110
-
Select Demo model 1 as the Installation profile.
112
+
Select Demo model 1 as the Installation profile.<p> </p>
111
113
112
114

113
115
@@ -121,12 +123,14 @@ From Visual Studio, using *Project > Properties > Debug > Command line arguments
121
123
122
124
## Installing Tools for Open Rails Manual
123
125
124
-
Note: This section is based on this [Pull Request](https://github.com/openrails/openrails/pull/557)
125
-
There are several components to install but after that producing a revised manual is just a click away.
126
+
The Open Rails manual is written in [ReStructuredText](https://docutils.sourceforge.io/rst.html) which is processed into a [multi-page HTML document](https://open-rails.readthedocs.io/en/latest/) or a [single-page PDF document](http://openrails.org/files/OpenRails-Testing-Manual.pdfvmw).
127
+
128
+
Note: This section is based on this [Pull Request](https://github.com/openrails/openrails/pull/557).
129
+
There are several components to install but, after that, producing a revised manual is just a click away.
126
130
127
131
### Install Visual Studio Code
128
132
129
-
This interactive development environment (IDE) is unrelated to the Visual Studio IDE. The Open Rails manual is written in [ReStructuredText](https://docutils.sourceforge.io/rst.html) which is processed into a [multi-page HTML document](https://open-rails.readthedocs.io/en/latest/) or a [single-page PDF document](http://openrails.org/files/OpenRails-Testing-Manual.pdfvmw).
133
+
This interactive development environment (IDE) is not related to the Visual Studio IDE.
130
134
131
135
### Download and install Visual Code
132
136
@@ -136,11 +140,11 @@ Download from [Download Visual Studio Code - Mac, Linux, Windows](https://code.v
136
140
137
141

138
142
139
-
Use the icon to add a new extension.
143
+
Use the icon to add a new extension.<p> </p>
140
144
141
145

142
146
143
-
Search for the extension "Remote Containers".
147
+
Search for the extension "Remote Containers".<p> </p>
144
148
145
149

146
150
@@ -152,11 +156,11 @@ And install it into Visual Studio Code.
152
156
153
157
Download from [https://docs.docker.com/desktop/windows/install/](https://docs.docker.com/desktop/windows/install/) and run the installer.
154
158
155
-
Docker provides a closed environment so that our script to build the manual can be run knowing that it will not be broken by any subsequent changes on the PC.
159
+
Docker provides a closed environment so that our script to build the manual can be run knowing that it will not be broken by any subsequent changes on the PC.<p> </p>
156
160
157
161

158
162
159
-
Use the default settings.
163
+
Use the default settings.<p> </p>
160
164
161
165

162
166
@@ -166,27 +170,27 @@ You will be prompted to close and restart your PC.
166
170
167
171

168
172
169
-
You may receive a prompt to install WSL 2 separately. Click the link.
173
+
You may receive a prompt to install WSL 2 separately. Click the link to the website.
170
174
171
175

172
176
173
-
The link takes you to Step 3 and 4.
177
+
The link takes you to Step 3 and 4.<p> </p>
174
178
175
179

176
180
177
-
Run PowerShell as Administrator.
181
+
Run PowerShell as Administrator.<p> </p>
178
182
179
183

180
184
181
-
Enter the command provided.
185
+
Enter the command provided.<p> </p>
182
186
183
187

184
188
185
-
Return to the webpage for Step 4 and download WSL 2 and install it.
189
+
Return to the webpage for Step 4 and download WSL 2 and install it. <p> </p>
186
190
187
191

188
192
189
-
Once this is installed, return to the Docker Desktop prompt and press Restart.
193
+
Once this is installed, return to the Docker Desktop prompt and press Restart.<p> </p>
190
194
191
195

192
196
@@ -196,23 +200,23 @@ Now that Docker Desktop is running, start Visual Studio Code.
196
200
197
201

198
202
199
-
Press F1 to find the command list and search for Remote Containers: Open Folder in Container...
203
+
Press F1 to find the command list and search for Remote Containers: Open Folder in Container...<p> </p>
200
204
201
205

202
206
203
-
Using Windows File Explorer, search your repository for Source\Documentation\Manual
207
+
Using Windows File Explorer, search your repository for Source\Documentation\Manual<p> </p>
204
208
205
209

206
210
207
-
All the manual files will be listed.
211
+
All the manual files will be listed. <p> </p>
208
212
209
213

210
214
211
-
To build the manual, enter a command in the Terminal pane of Visual Studio Code. The default command is "make html" which builds the file Source\Documentation\Manual\_build\html\index.html
215
+
To build the manual, enter a command in the Terminal pane of Visual Studio Code. The default command is _make html_ which builds the file Source\Documentation\Manual\\_build\html\index.html<p> </p>
212
216
213
217

214
218
215
-
There is a shortcut for this command: Ctrl+Shift+B.
219
+
There is a shortcut for this command: Ctrl+Shift+B.<p> </p>
0 commit comments