simplex-chat / simplexmq

⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.
https://simplex.chat
GNU Affero General Public License v3.0
544 stars 62 forks source link

Question: Compile simplexmq in one machine and transfer to another - possible? #1292

Open escix opened 2 months ago

escix commented 2 months ago

Hi,

I have a faster machine which I like to compile the simplexmq server and transfer it to the VPS which is slower to compile.

Is it possible to do this, and if yes, what files I need to transfer to the VPS?

DarkmatterUAE commented 2 months ago

Yes, You can find the compiled binaries here:

dev/simplexmq-6.0.2/dist-newstyle/build/x86_64-linux/ghc-9.6.3/simplexmq-6.0.2.0/x/smp-server/build/smp-server/smp-server

and

dev/simplexmq-6.0.2/dist-newstyle/build/x86_64-linux/ghc-9.6.3/simplexmq-6.0.2.0/x/xftp-server/build/xftp-server/xftp-server

assuming you cloned the code to dev/simplexmq-6.0.2.