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
e6f9fbdb
Commit
e6f9fbdb
authored
Oct 23, 2013
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gibiansky/IHaskell
parents
2013f2d4
e7a96fb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
e6f9fbdb
...
...
@@ -20,16 +20,14 @@ git clone https://github.com/gibiansky/IHaskell
Install ZeroMQ:
```
bash
sudo
apt-get
install
libzmq
1
# Ubuntu
sudo
apt-get
install
libzmq
3-dev
# Ubuntu (Saucy only)
brew
install
zeromq
# Macs with Homebrew
```
(For older versions of Ubuntu, you should be able to download the ZeroMQ3 source and install without much difficulty.)
Install the package:
```
bash
cd
IHaskell
;
cabal
install
--only-dependencies
;
cabal configure
;
cabal build
;
cabal
install
;
```
...
...
@@ -67,6 +65,8 @@ Developer Notes
Before diving in, you should read the [brief description of IPython kernel architectures](http://andrew.gibiansky.com/blog/ipython/ipython-kernels/)
and read the [complete messaging protocol specification](http://ipython.org/ipython-doc/dev/development/messaging.html).
Skim the rather-lacking [Haddock documentation](http://gibiansky.github.io/IHaskell/IHaskell/).
Module Quickstart:
- `
Main
`: Argument parsing and basic messaging loop, using Haskell Chans to communicate with the ZeroMQ sockets.
- `
IHaskell.Types
`: All message type definitions.
...
...
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