Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
42bce9aa
Commit
42bce9aa
authored
Mar 04, 2016
by
Andrey Mokhov
Browse files
Link to Stack-based build instructions for Windows.
parent
a5a37b93
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
42bce9aa
...
...
@@ -41,7 +41,8 @@ system to be in the `shake-build` directory of the GHC source tree:
*
Build GHC using
`shake-build/build.sh`
or
`shake-build/build.bat`
(on Windows) instead
of
`make`
. You might want to enable parallelism with
`-j`
. We will further refer to the
build script simply as
`build`
. If you are interested in building in a Cabal sandbox
or using Stack, have a look at
`build.cabal.sh`
and
`build.stack.sh`
scripts.
or using Stack, have a look at
`build.cabal.sh`
and
`build.stack.sh`
scripts. Also
see
[
instructions for building GHC on Windows using Stack
][
windows-build
]
.
Using the build system
----------------------
...
...
@@ -133,6 +134,7 @@ helped me endure and enjoy the project.
[
issues
]:
https://github.com/snowleopard/shaking-up-ghc/issues
[
ghc-preparation
]:
https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation
[
ghc-windows-quick-build
]:
https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows#AQuickBuild
[
windows-build
]:
https://github.com/snowleopard/shaking-up-ghc/blob/master/doc/windows.md
[
build-artefacts-issue
]:
https://github.com/snowleopard/shaking-up-ghc/issues/113
[
ghc-split-objs-bug
]:
https://ghc.haskell.org/trac/ghc/ticket/11315
[
user-settings
]:
https://github.com/snowleopard/shaking-up-ghc/blob/master/src/Settings/User.hs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment