rorywalsh / cabbage

Framework for developing audio plugins with the Csound programming language.
http://cabbageaudio.com
GNU General Public License v3.0
503 stars 35 forks source link

Installation not work on linux manjaro distro based #142

Closed lucas-r-leite closed 1 year ago

lucas-r-leite commented 1 year ago

Hello,

I followed the tutorial for build and install cabbage on Linux. I think the build was a sucess, because of the Installers directory. But when I try to install, by following the comands, this log errors appears:

installing ../../CabbageInstall/images/cabbage.png to /usr/share/icons/hicolor/512x512/apps install: não foi possível obter estado de '../../CabbageInstall/bin/': Arquivo ou diretório inexistente installing ../../CabbageInstall/bin/ to /usr/bin install: não foi possível obter estado de '../../CabbageInstall/desktop/': Arquivo ou diretório inexistente installing ../../CabbageInstall/desktop/ to /usr/share/applications installing VST3 effect interface to /usr/bin/CabbagePluginEffect.vst3 cp: não foi possível obter estado de '../../CabbageInstall/bin/CabbagePluginEffect.vst3': Arquivo ou diretório inexistente installing VST3 effect interface to /usr/bin/CabbagePluginSynth.vst3 cp: não foi possível obter estado de '../../CabbageInstall/bin/CabbagePluginSynth.vst3': Arquivo ou diretório inexistente installing Examples to /usr/share/doc/cabbage/Examples installing CabbageManual to /usr/share/doc/cabbage/CabbageManual installing CabbageRack to /usr/bin/CabbageRack installing Themes to /usr/share/cabbage/Themes

rorywalsh commented 1 year ago

Did you try running as sudo?

lucas-r-leite commented 1 year ago

Yes

lucas-r-leite commented 1 year ago

This log error appeared when I ran it as sudo

lucas-r-leite commented 1 year ago

I think the problem is because my system has directories in Português

rorywalsh commented 1 year ago

This could be the reason. You can edit the folders in this file https://github.com/rorywalsh/cabbage/blob/develop/Installers/Linux/installCabbage.sh and try rerunning it. All the install directories are listed at the top.

lucas-r-leite commented 1 year ago

Thanks

rorywalsh commented 1 year ago

Let me know if that works :)

lucas-r-leite commented 1 year ago

Actually I came back to Windows10, so I can't test if it works or not. But I really appreciate your attention and support.

lucas-r-leite commented 1 year ago

PS.: But it's work just fine on Windows10.

rorywalsh commented 1 year ago

If you do ever get to modify the scripts on Linux let me know if it works out for you. Feel free to reopen this issue at a later date if you need to.