E-box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
= SVN = | = SVN = | ||
The svn-server can be found at: | |||
<pre> | <pre> | ||
https://e-box.wtb.tue.nl/svn/e-box/ | https://e-box.wtb.tue.nl/svn/e-box/ | ||
</pre> | </pre> | ||
After updating your local copy, run | |||
<pre> | |||
make_all_clean | |||
make_all_install | |||
</pre> | |||
to obtain a fresh copy of the latest verion. | |||
= Programming instructions = | = Programming instructions = | ||
[[Media:EBOX_software_programming.pdf|Programming instructions]] | [[Media:EBOX_software_programming.pdf|Programming instructions]] |
Revision as of 08:45, 29 May 2011
This is the project page of E-box and related projects (E-scope)
SVN
The svn-server can be found at:
https://e-box.wtb.tue.nl/svn/e-box/
After updating your local copy, run
make_all_clean make_all_install
to obtain a fresh copy of the latest verion.