@@ -110,8 +110,7 @@ Each exercise is in a subdirectory with mainly 4 sets of files
110110Examples of working environments
111111================================
112112
113- Using lxplus
114- ------------
113+ ## Using lxplus
115114
116115 - lxplus9 at CERN is perfectly suitable for the exercises
117116 - it has all the needed compilers/tools
@@ -125,23 +124,21 @@ make
125124./hello
126125```
127126
128- Using OS/X
129- ----------
127+ ## Using OS/X
128+
130129- Install xcode and the command line tools
131130- Compiling, running, debugging will work, but a few tools such as valgrind are not available
132131
133132
134-
135- Using Windows
136- -------------
133+ ## Using Windows
137134
138135There are multiple options if you bring a Windows machine to the course:
139136
1401371 . Use the Windows Subsystem for Linux (WSL)
1411382 . Use an ssh client and connect to lxplus
1421393 . Use Visual Studio and the native Windows compiler (MSVC)
143140
144- We advise to use either [ WSL] ( #wsl ) or [ lxplus] ( #lxplus ) , so a non-Windows experience.
141+ We advise to use either [ WSL] ( #wsl ) or [ lxplus] ( #using- lxplus ) , so a non-Windows experience.
145142This way, you can follow all exercises, especially the ones on tools, which are mostly Linux focused.
146143Also, we can ensure that mentors can help you in case you get stuck.
147144Using lxplus is probably the easiest, but if you have a really hard time using the terminal,
@@ -154,7 +151,7 @@ Important: if you have [VirtualBox](https://www.virtualbox.org/) installed on Wi
154151due to [ this issue] ( https://github.com/MicrosoftDocs/WSL/issues/798 ) .
155152It will either not work or run very slow.
156153Instead, we recommend you use VirtualBox directly to set up a suitable virtualised Linux environment.
157- Or use [ lxplus] ( #lxplus ) .
154+ Or use [ lxplus] ( #using- lxplus ) .
158155
159156The procedure is described in detail [ here] ( https://docs.microsoft.com/en-us/windows/wsl/install ) .
160157
0 commit comments