On Mon, Oct 5, 2009 at 5:17 PM, Harald Schilly <[email protected]> wrote: > hi, i want to call cython definitions from C and I know about > http://docs.cython.org/docs/external_C_code.html#using-cython-declarations-from-c > which looks exactly what i want, but i have no idea how to build and > link everything together so that it works. Is there somewhere some > kind of blueprint example? > > h > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev >
Better documentation is being worked on atm. In the mean time on the wiki [1], several articles show how to build. Also are there are two new tutorials [2][3]in pdf that we will be migrating over soon as well. [1] http://wiki.cython.org/ [2] http://sage.math.washington.edu/home/dagss/cython-tutorial-preprint.pdf [3] http://sage.math.washington.edu/home/dagss/numerical-cython-preprint.pdf _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
