quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

Ubuntu 12.04: Install libzmq3 if it isn't already available #45

Closed adriantorrie closed 10 years ago

adriantorrie commented 10 years ago

I got your very nice project to work on Ubuntu 12.04 by using the following instructions to install libzmq3, and then find out the location of the file (the Pkg.add("ZMQ") did nothing for me so I must have installed an earlier version - or Ubuntu 12.04 already comes with an older version). I've also provided the location this installed for me.

Partial instructions were found here: http://askubuntu.com/questions/365074/cannot-install-zeromq-package-from-chris-lea-zeromq-in-12-04

$ sudo add-apt-repository ppa:chris-lea/zeromq
$ sudo apt-get update
$ sudo apt-get install libzmq3-dbg libzmq3-dev libzmq3

$ sudo find / -name '*libzmq*' -print

Location:

/usr/lib/x86_64-linux-gnu/libzmq.so.3