Re: [opensource-dev] Firestorm viewer on RaspberryPi

2019-04-26 Thread Henri Beauchamp
On Fri, 26 Apr 2019 14:24:32 +0100, Jack Lang wrote: > I'm trying to port Firestorm to Raspberry Pi Are you serious ? O.O Since mesh has been implemented, the viewer code is tightly bound to x86 processors, because it makes a large use of SSE2 math. You'd have to translate all that code into an

[opensource-dev] Firestorm viewer on RaspberryPi

2019-04-26 Thread Jack Lang
I'm trying to port Firestorm to Raspberry Pi (Debian 9), following https://wiki.phoenixviewer.com/fs_compiling_firestorm_alexivy_debian_9 However it fails to find pthread_create, even though it is installed. Where might the filepath be defined? Thanks Jack Lang __