Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Glasgow Haskell Compiler
GHC
Wiki
Building
Hadrian
quick start
quick start
· Changes
Page history
Update quick start to reflect the rename of `hadrian/build.sh`
authored
Nov 12, 2021
by
Andrew Pritchard
Hide whitespace changes
Inline
Side-by-side
building/hadrian/quick-start.md
View page @
46ad5d79
...
...
@@ -14,7 +14,7 @@ Hadrian is much younger than GHC's Make-based build system. If you need a featur
On Linux/OS X:
```
$ ./boot && ./configure && ./hadrian/build
.sh
-j
$ ./boot && ./configure && ./hadrian/build -j
```
On Windows:
...
...