summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc <Antoine@web>2011-02-06 06:02:59 +0000
committerGravatar admin <admin@branchable.com>2011-02-06 06:02:59 +0000
commitc975384195467b5e5bca32d8199330e96be9feba (patch)
tree84fdb7aa8f51e9fe85cbb0ce70b52598ceb82f80
parentef2d4f650edff99b67554be9288face87159131e (diff)
Added a comment: Got it going!
-rw-r--r--doc/bugs/Problems_running_make_on_osx/comment_1_34120e82331ace01a6a4960862d38f2d._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Problems_running_make_on_osx/comment_1_34120e82331ace01a6a4960862d38f2d._comment b/doc/bugs/Problems_running_make_on_osx/comment_1_34120e82331ace01a6a4960862d38f2d._comment
new file mode 100644
index 000000000..a33fef7d9
--- /dev/null
+++ b/doc/bugs/Problems_running_make_on_osx/comment_1_34120e82331ace01a6a4960862d38f2d._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc"
+ nickname="Antoine"
+ subject="Got it going!"
+ date="2011-02-06T06:02:57Z"
+ content="""
+Thanks to your feedback, I got it going.
+
+Maybe those two should be added to the 'OSX how-to' in the forum
+
+[realizes pcre-light is needed but pcre not installed on my mac]
+sudo port install pcre
+sudo cabal install pcre-light
+
+[tests are failing, need haskell's quickcheck]
+sudo cabal install quickcheck
+"""]]