Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
b9e822e7
Commit
b9e822e7
authored
Dec 12, 2013
by
Paul Ivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated install docs, closes #53
parent
65bf3668
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+3
-0
build-parser.sh
build-parser.sh
+1
-0
No files found.
README.md
View file @
b9e822e7
...
...
@@ -33,11 +33,14 @@ brew install zeromq # Macs with Homebrew
Install Happy:
```
bash
sudo
apt-get
install
happy
# Ubuntu
cabal
install
happy
cabal
install
cpphs
```
Install the package:
```
bash
cd
IHaskell
;
./build-parser.sh
;
cabal
install
;
```
If you do not have GHC or Cabal, you should be able to install both via the
[
Haskell Platform
](
http://www.haskell.org/platform/
)
.
...
...
build-parser.sh
View file @
b9e822e7
...
...
@@ -2,4 +2,5 @@
cpphs
--linepragma
--text
HaskellParser.y.pp
-OParser
.y
happy Parser.y
rm
Parser.y
mkdir
-p
IHaskell/GHC
mv
Parser.hs IHaskell/GHC/HaskellParser.hs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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