From 28d4113f224db8aa0770267d7810137c6fbcc8aa Mon Sep 17 00:00:00 2001 From: bdebruijn Date: Wed, 17 Sep 2014 21:18:13 +0200 Subject: [PATCH] docs : add info on installing libzmq4-dev package and cython 0.19 --- docs/packages-debian.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/packages-debian.md b/docs/packages-debian.md index ab5bce4796..e31e00cf6d 100644 --- a/docs/packages-debian.md +++ b/docs/packages-debian.md @@ -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 @@ -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/] @@ -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/) -