[Csnd] Cleanly uninstalling a version of Csound compiled with cmake?
Date | 2013-02-04 14:56 |
From | Paul Batchelor |
Subject | [Csnd] Cleanly uninstalling a version of Csound compiled with cmake? |
Hello List, As the subject line says, I was wondering if there was a way of cleanly uninstalling a version of Csound compiled with c-make. The usual "uninstall-csound" command that comes with a scons compile is not there. If it matters, I'm running Linux. Thanks! -P |
Date | 2013-02-04 15:33 |
From | Steven Yi |
Subject | Re: [Csnd] Cleanly uninstalling a version of Csound compiled with cmake? |
Hi Paul, You can call "make uninstall" in the directory you ran "make install" in. Steven On Feb 4, 2013 2:57 PM, "Paul Batchelor" <pbatchelor@berklee.edu> wrote:
Hello List, |
Date | 2013-02-04 15:35 |
From | Michael Gogins |
Subject | Re: [Csnd] Cleanly uninstalling a version of Csound compiled with cmake? |
I find it better to set up my Linux environment to run Csound directly from the directory where I build it. This involves adding that directory to /etc/ld.so.conf and running ldconfig after building, exporting that directory as the OPCODEDIR64 directory, and so on. Regards, Mike On Mon, Feb 4, 2013 at 9:56 AM, Paul Batchelor |