This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| windows:compiling [2010/02/09 09:54] – created nchiap | windows:compiling [2010/03/17 10:20] (current) – nchiap | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| on lxplus run | on lxplus run | ||
| < | < | ||
| - | (you probably want to adjust the keyboard layout :-) | + | you probably want to adjust the keyboard layout :-) and maybe the screen size |
| - | + | ||
| - | ===== Perparing SSH ===== | + | |
| - | You might need to prepare SSH access: | + | |
| - | [[http:// | + | |
| - | + | ||
| - | + | ||
| - | ===== Get source from CVS ===== | + | |
| - | Start a shell using the LbLocal icon on the desktop | + | |
| + | ===== Get source and compile ===== | ||
| + | Brunel and STMonitors is used as example here. | ||
| + | Start a shell using the //LbLogin local// icon on the desktop and prepare environment | ||
| + | < | ||
| + | SetupProject --build-env Brunel | ||
| + | </ | ||
| + | get the source form CVS (// | ||
| + | < | ||
| + | cvs -d : | ||
| + | </ | ||
| + | then go to cmt directory of STMonitors, configure and build | ||
| + | < | ||
| + | SetupProject Brunel | ||
| + | cmt config | ||
| + | setup.bat | ||
| + | cmt make | ||
| + | </ | ||
| + | ===== SSH access to CVS===== | ||
| + | You might want to prepare SSH access to cvs (if you need to commit): | ||
| + | [[http:// | ||