User Tools

Site Tools


windows:compiling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:compiling [2010/02/09 09:54] – created nchiapwindows:compiling [2010/03/17 10:20] (current) nchiap
Line 15: Line 15:
 on lxplus run on lxplus run
 <code>rdesktop -d CERN -k ch-de -g 1024x768 -T "NICE TS" cerntslhcb01.cern.ch</code> <code>rdesktop -d CERN -k ch-de -g 1024x768 -T "NICE TS" cerntslhcb01.cern.ch</code>
-(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://cvs.web.cern.ch/cvs/howto.php#accessing-ssh]] +
- +
- +
-===== 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
 +<code>
 +SetupProject --build-env Brunel
 +</code>
 +get the source form CVS (//getpack// should work, but it always got stuck for me so I used CVS directly):
 +<code>
 +cvs -d :pserver:anonymous@isscvs.cern.ch:/local/reps/lhcb checkout ST/STMonitors
 +</code>
 +then go to cmt directory of STMonitors, configure and build
 +<code>
 +SetupProject Brunel
 +cmt config
 +setup.bat
 +cmt make
 +</code>
  
  
 +===== SSH access to CVS=====
 +You might want to prepare SSH access to cvs (if you need to commit):
 +[[http://cvs.web.cern.ch/cvs/howto.php#accessing-ssh]]
windows/compiling.1265705659.txt.gz · Last modified: 2010/02/09 09:54 by nchiap