Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-04-17 00:43:36
Size: 644
Comment: copy of the "build system approach" section from the windows page
Revision 4 as of 2022-04-05 00:39:58
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

== Build System Approach ==
[[I think we should learn from Enthought as much as possible on this project. See

 . http://code.enthought.com/enthon/
for their "Python Enthought Edition--Python 2.4.3 for Windows Enhanced Python Distribution". They have some good ideas there. That said, they haven't made a release in 1.5 years. Why? We can ask them later this month at SD8.]]

 * The shortest way to a build will usually be via autotools run on MinGW + MSVC's cl.exe - setting the right flags might be tricky
[[do you do this already with anything?]]

 * Desired would be to get SCons or cmake based build systems up and running