| 13 | |
| 14 | '''Explicit instructions''': Replace $SAGE_ROOT with the root sage directory |
| 15 | {{{ |
| 16 | cd $SAGE_ROOT |
| 17 | ./sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11080/trac-11080-sagenb_dependencies-spkg.patch |
| 18 | ./sage -hg qpush |
| 19 | ./sage -f http://sage.math.washington.edu/home/jason/sagenb_dependencies-20111216.spkg |
| 20 | ./sage -f http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg |
| 21 | ./sage -f http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg |
| 22 | cd devel/sage |
| 23 | ../../sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11078/trac_11078.patch |
| 24 | ../../sage -hg qpush |
| 25 | cd ../../ |
| 26 | ./sage -br |
| 27 | }}} |
| 28 | |