This shows you the differences between the selected revision and the current version of the page.
| r6rs_build_instructions 2008/06/26 17:31 | r6rs_build_instructions 2008/06/26 22:13 current | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| cd ~/wavescript | cd ~/wavescript | ||
| - | . install_environment_vars | + | source install_environment_vars |
| cd src | cd src | ||
| make | make | ||
| - | After that you should be able to run demos in the ~/wavescript/demos/wavescope directory using "ws", or compile them using "wsc2". | + | After that you should be able to run demos in the ~/wavescript/demos/wavescope directory using "ws", or compile them using "wsc2". Note that install_environment_vars is quite simple. Basically, REGIMENTD needs to point to ~/wavescript, and ~/wavescript/bin needs to be added to your path. You can do this from your .bashrc (for example) to save time. |
| * (5) (Optional) Compiling for TinyOS: | * (5) (Optional) Compiling for TinyOS: | ||