Missing libraries, fixed (again)
But this time for Linux. Somehow Poco and Juce cannot be linked together as static libraries (there are duplicate symbols conflicting when linking) so I have changed the Linux x86 distribution, including a copy of the libPocoFoundation.so.5 file (which is the exact version needed by the Rem executable), and I also included a shell script (which should be executed with administrative privileges) to copy the library to its require location. Feel free to try it out!
With this manipulation, Rem can be installed in any Linux system and run flawlessly. Time to add more features!
