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
514aa55b
Commit
514aa55b
authored
Mar 13, 2017
by
Andrei Barbu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix instructions
parent
16df4e9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
README.md
README.md
+8
-5
No files found.
README.md
View file @
514aa55b
...
...
@@ -28,14 +28,14 @@ install instructions.
Some prerequisites; adapt to your distribution.
```
bash
sudo
apt-get
install
-y
python3-pip git libtinfo-dev libzmq3-dev
sudo
apt-get
install
-y
python3-pip git libtinfo-dev libzmq3-dev
libcairo2-dev libpango1.0-dev
```
```
bash
pip3
install
-r
requirements.txt
curl
-sSL
https://get.haskellstack.org/ | sh
git clone https://github.com/abarbu/
ih
askell
cd
ih
askell
git clone https://github.com/abarbu/
IH
askell
cd
IH
askell
stack
install
gtk2hs-buildtools
stack
install
--fast
stack
exec
ihaskell
--
install
...
...
@@ -43,13 +43,16 @@ stack exec ihaskell -- install
## Mac
These haven't been tested and there may be some missing required packages. But
they will be soon.
```
bash
/usr/bin/ruby
-e
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install
)
"
brew
install
python3
brew
install
zeromq
curl
-sSL
https://get.haskellstack.org/ | sh
git clone https://github.com/abarbu/
ih
askell
cd
ih
askell
git clone https://github.com/abarbu/
IH
askell
cd
IH
askell
stack
install
gtk2hs-buildtools
stack
install
--fast
stack
exec
ihaskell
--
install
...
...
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