Mark Brethen



On Oct 28, 2018, at 5:46 PM, Ryan Schmidt <[email protected]> wrote:

setup.py is where a python project defines how it is to be set up. It's like a configure file. It's specific to each project. There isn't a default. Maybe for this software the configure script creates the setup.py file; I'm not sure.

RedPy.so is written in c code. The makefile has this:

RedPy.o: $(srcdir)/RedPy.c
$(CC) -c $(CFLAGS) $(shell python-config --includes) -o RedPy.o $(srcdir)/RedPy.c

Attachment: RedPy.c
Description: Binary data



Reply via email to