Skip to content

Commit

Permalink
fix missing glib install
Browse files Browse the repository at this point in the history
xref #42
  • Loading branch information
dehann authored Jul 8, 2018
1 parent 3d10f74 commit a1242f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ LCMCore.jl provides a low-level Julia interface to the [Lightweight Communicatio

# Installation

The following package is required (Ubuntu 18.04):
```bash
sudo apt-get install libglib2.0-dev
```

From Julia, you can do:

```julia
Expand Down

0 comments on commit a1242f6

Please sign in to comment.