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
Copy file name to clipboardExpand all lines: docs/docs/troubleshooting.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ aliBuild had troubles with it. Upgrading to the latest version via:
146
146
or by doing `git pull` should fix the issue.
147
147
148
148
149
-
### aliBuild does not pick up tool X from the sytem
149
+
### aliBuild does not pick up tool X from the system
150
150
151
151
By default aliBuild prefers using tools from the system whenever
152
152
possible. Examples of those tools are CMake, the GCC compiler or the
@@ -206,7 +206,7 @@ subsequent rebuild will ignore the changes. This can be worked around in two way
206
206
What 1. does is to make alibuild aware of the changes of the new file, so you
207
207
will get a new build for each change to the file. What 2. does is to always
208
208
execute the incremental recipe to refresh the installation folder on each aliBuild
209
-
invokation, possibly updating untracked files if so specified in the recipe itself.
209
+
invocation, possibly updating untracked files if so specified in the recipe itself.
210
210
211
211
### How do I set compilation options for AliRoot and / or AliPhysics?
212
212
@@ -274,7 +274,7 @@ third party does the work and provides a pull request.
274
274
275
275
### Can I build on an unsupported architecture?
276
276
277
-
You can try, but of course your milage might vary. In case the architecture is similar to one of the supported ones (e.g. Ubuntu and Kubuntu) this should be recognized automatically and the build should proceed, attempting to use the supported one. This will still not guarantee things will not break for some packages.
277
+
You can try, but of course your mileage might vary. In case the architecture is similar to one of the supported ones (e.g. Ubuntu and Kubuntu) this should be recognized automatically and the build should proceed, attempting to use the supported one. This will still not guarantee things will not break for some packages.
278
278
279
279
In case the architecture is completely unknown to us, you will get a message:
0 commit comments