From 41ee63085d563c7b4810670a25d32f95662f5fb9 Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Mon, 13 Feb 2012 12:22:44 +0000 Subject: [PATCH] update deb package info in README_linux --- README_LINUX.txt | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README_LINUX.txt b/README_LINUX.txt index df5b90b30..18e4325aa 100644 --- a/README_LINUX.txt +++ b/README_LINUX.txt @@ -166,24 +166,13 @@ If you want to build without it configure cmake like this: Building a Debian package ------------------------------------------------------------------------ -In our SVN we have debian packaging rules. These were designed on Ubuntu -but we believe they should work on most common debian systems - please -let us know if you have any issues with this way of building: +The most up-to-date debian packaging rules are maintained by the +Debian Multimedia team. Repository (with debian/ folder): - cd SuperCollider3 # (or wherever your SC source is) - svn co https://supercollider.svn.sourceforge.net/svnroot/supercollider/packages/ubuntu/ debian - debuild - -Eventually, some .deb packages will be put in the parent folder, and can -then be installed just like any other Debian package. For example: - - dpkg -i ../supercollider*.deb - -(Note: the packages supercollider-scel*.deb, supercollider-scvim*.deb, -supercollider-sced*.deb, represent the different editor integrations: -emacs, vim, gedit. You might not want to install all of those, but -choose your preferred editor.) + http://anonscm.debian.org/gitweb/?p=pkg-multimedia/supercollider.git;a=summary +At time of writing they support 3.4.x, but we expect updates once 3.5 +is available. ------------------------------------------------------------------------ running scsynth (standalone) -- 2.11.4.GIT