Building the Haskell Platform in Linux

Hi cafe! Probably you all know how to do this, but I myself found confused when building the Haskell Platform in Linux for my first time. I was using Linux for my first time too! The first problem I encountered was to decide what linux packages install to make the ./configure successful in both GHC binary distribution and the Haskell Platform. So I collected the names of the minimum set of packages that you need to have installed before starting with GHC and the Platform in a small blog post: http://deltadiaz.blogspot.com/2013/04/haskell-platform-from-source-in-linux.... If I would have to start all over again, forgetting what I have learned so far, I would fine this list very useful! This thought is what brought me here to make it public. Who knows, maybe I am saving somebody of some google searches and trials and errors. With my best intentions, Daniel Díaz. -- E-mail sent by Daniel Díaz Casanueva let f x = x in x

On 13-04-13 12:19 AM, Daniel Díaz Casanueva wrote:
Hi cafe!
Probably you all know how to do this, but I myself found confused when building the Haskell Platform in Linux for my first time. I was using Linux for my first time too! The first problem I encountered was to decide what linux packages install to make the ./configure successful in both GHC binary distribution and the Haskell Platform. So I collected the names of the minimum set of packages that you need to have installed before starting with GHC and the Platform in a small blog post:
http://deltadiaz.blogspot.com/2013/04/haskell-platform-from-source-in-linux....
Shameless plug: also my http://www.vex.net/~trebla/haskell/haskell-platform.xhtml and it will be yet updated again next version.

Hello Albert!
Oh! I didn't find that one when searching for info! That would have helped
me a lot!
By the way, a random question, what's the memory of the computer you used
to build the Platform?
On Sun, Apr 14, 2013 at 6:54 PM, Albert Y. C. Lai
On 13-04-13 12:19 AM, Daniel Díaz Casanueva wrote:
Hi cafe!
Probably you all know how to do this, but I myself found confused when building the Haskell Platform in Linux for my first time. I was using Linux for my first time too! The first problem I encountered was to decide what linux packages install to make the ./configure successful in both GHC binary distribution and the Haskell Platform. So I collected the names of the minimum set of packages that you need to have installed before starting with GHC and the Platform in a small blog post:
http://deltadiaz.blogspot.com/**2013/04/haskell-platform-from-** source-in-linux.htmlhttp://deltadiaz.blogspot.com/2013/04/haskell-platform-from-source-in-linux....
Shameless plug: also my http://www.vex.net/~trebla/**haskell/haskell-platform.xhtmlhttp://www.vex.net/~trebla/haskell/haskell-platform.xhtml and it will be yet updated again next version.
______________________________**_________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/**mailman/listinfo/haskell-cafehttp://www.haskell.org/mailman/listinfo/haskell-cafe
-- E-mail sent by Daniel Díaz Casanueva let f x = x in x
participants (2)
-
Albert Y. C. Lai
-
Daniel Díaz Casanueva