Changes between Version 80 and Version 81 of Building/Preparation/Linux
- Timestamp:
- Sep 14, 2018 12:18:24 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Preparation/Linux
v80 v81 8 8 == Docker == 9 9 10 If you are familiar with docker , this is a 1 step install for a development image (ghc build requirements plus a few development related tools).10 If you are familiar with docker and comfortable doing all your work in the docker container with a default bash shell. This is a 1 step install for a development image (ghc build requirements plus a few development related tools). The runghc binary can not be run outside of the docker container because GHC will be compiled with paths only available in the container. 11 11 First cd into your ghc directory that you should check out according to [wiki:Building/GettingTheSources], then 12 12