Changes To MIOGUI
Not logged in

Changes to "MIOGUI" between 2016-09-07 14:07:55 and 2016-09-07 14:15:36

    55     55   You can also download the latest code as a tarball: [https://pizzahack.eu/fossil/miogui/tarball/miogui-latest.tar.gz|miogui-latest.tar.gz]
    56     56   
    57     57   Remember to setup thunderchez properly.
    58     58   
    59     59   Then run:
    60     60   <verbatim>
    61     61   # I recommend this limit setting because our sofware is alpha. If you run into a non-tail recursion you can lock your system :)
    62         -ulimit -Sv 500000  
           62  +ulimit -Sv 1000000  
    63     63   scheme miogui.ss
    64     64   </verbatim>
    65     65   
    66     66   Now switch to other console and type
    67     67   <verbatim>
    68     68   /path/to/thunderchez/nanomsg/remote-repl tcp://localhost:9998
    69     69   </verbatim>
    70     70   From there you can modify the code.
    71     71   You ideally want to run that from inside emacs M-x run-scheme</em> and send code with C-x C-e or C-c C-e
    72     72   
    73     73   To follow news subscribe to [https://pizzahack.eu/fossil/miogui/timeline.rss|RSS feed]