Hey everyone,
I've been using pd-lib-builder and make as my build system for compiling my library. I have a very basic understanding of make and compilers, so it's mostly been a monkey see, monkey do affair, where I look at other peoples makefiles to understand how to get things to happen.
So I have two questions.
A. How do I cross compile for windows from mac using pd-lib-builder and make? B. If someone cloned my repo to their windows machine, what would they need in order to compile using pd-lib-builder and make?
Thanks,
Eric
Hi,
May be others give further advise but roughly:
On 1/28/2021 4:21 PM, Eric Lennartson wrote:
So I have two questions.
A. How do I cross compile for windows from mac using pd-lib-builder and make?
Normally you can easily cross-compile to Windows from Linux. Not sure if its possible on macOS.
B. If someone cloned my repo to their windows machine, what would they need in order to compile using pd-lib-builder and make?
Yes. That's the standard procedure.
:)
Mensaje telepatico asistido por maquinas.
I'm sorry if I'm missing something, but what is the standard procedure? I'm asking on a very basic level. Is it that all you would have to do is clone the repo? There's no need to change the makefile in any manner?
On Thu, Jan 28, 2021 at 11:32 AM Lucas Cordiviola lucarda27@hotmail.com wrote:
Hi,
May be others give further advise but roughly:
On 1/28/2021 4:21 PM, Eric Lennartson wrote:
So I have two questions.
A. How do I cross compile for windows from mac using pd-lib-builder and make?
Normally you can easily cross-compile to Windows from Linux. Not sure if its possible on macOS.
B. If someone cloned my repo to their windows machine, what would they need in order to compile using pd-lib-builder and make?
Yes. That's the standard procedure.
:)
Mensaje telepatico asistido por maquinas.
On 1/28/2021 4:46 PM, Eric Lennartson wrote:
I'm sorry if I'm missing something, but what is the standard procedure? I'm asking on a very basic level. Is it that all you would have to do is clone the repo? There's no need to change the makefile in any manner?
Yes. For example you can compile https://github.com/porres/pd-cyclone https://github.com/porres/pd-cyclone on win mac and linux. You can check the makefile: https://github.com/porres/pd-cyclone/blob/master/Makefile https://github.com/porres/pd-cyclone/blob/master/Makefile
--
Mensaje telepatico asistido por maquinas.