Hi,
I'm new to linux and just got a raspberry pi 5. I'm interested in building/compiling pure data from the source code without using the auto tools approach. The documentation says :
Makefile Build
Alternatively, and often more simply, to the autotools build, you can use the
fallback makefiles in the src directory:
- src/makefile.gnu: GNU/Linux
- src/makefile.mac: macOS
- src/makefile.msvc: Windows with Microsoft Visual C
- src/makefile.mingw: Windows with MinGW GCC
On Linux, for example, run the GNU-specific makefile in the src directory:
cd src
make -f makefile.gnu
I don't see any file called makefile.gnu though in the source directories. I see a makefile.am file, but I think those .am files are for using autotools? I'd like to, if possible, download the source for pure data, transfer that to my raspberry pi via a thumb drive and then build and run pure data. Is this possible still?
Thanks!