Hi Daniel, On Thu, Jan 3, 2013 at 8:51 AM, Daniel M. <[email protected]> wrote: > Can i build sage without the documentation, and do the build with many > threads?
In the file SAGE_ROOT/Makefile, change the line all: start doc to all: start build >From the command line, execute this: MAKE='make -j3'; export MAKE followed by the command make -- Regards, Minh Van Nguyen http://bit.ly/mvngu -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
