Skip to content

Commit

Permalink
Merge pull request machinekit#20 from luminize/docs-libzmq4-cython
Browse files Browse the repository at this point in the history
docs : add info on installing libzmq4-dev package and cython 0.19
  • Loading branch information
machinekoder committed Sep 18, 2014
2 parents fe9ad11 + 28d4113 commit 04c5058
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/packages-debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,20 @@ List of RTOS choices:
For those wanting a development environment, run:

sudo apt-get install libczmq-dev python-zmq libjansson-dev \
libwebsockets-dev libxenomai-dev
libwebsockets-dev libxenomai-dev libzmq4-dev

This archive is currently unsigned. Apt will complain; simply answer
'y' to its warnings.

Further more, add wheezy-backports in the package archive for cython 0.19

sudo sh -c \
"echo 'deb http://ftp.us.debian.org/debian wheezy-backports main' > \
/etc/apt/sources.list.d/wheezy-backports.list"
sudp apt-get update
sudo apt-get install -t wheezy-backports cython


- **Beaglebone kernel note**

While there is a Beaglebone kernel, it's easier to use that one
Expand All @@ -61,9 +70,9 @@ This archive is currently unsigned. Apt will complain; simply answer
In the interim there are some independently hosted 3.4.55-rtai-2
kernel packages which run on Wheezy and against which MachineKit
builds on x86 [http://deb.mgware.co.uk](http://deb.mgware.co.uk)

Follow the instructions at that address.

- *NB.* The packages are essentially the same ones as on Seb
Kuzminsky's site,
[http://highlab.com/~seb/linuxcnc/rtai-for-3.4-prerelease/]
Expand All @@ -76,4 +85,3 @@ This archive is currently unsigned. Apt will complain; simply answer

- Browse the Debian archive directly at
[http://deb.dovetail-automata.com/pool/](http://deb.dovetail-automata.com/pool/)

0 comments on commit 04c5058

Please sign in to comment.