Main repository for SDP group 7 for academic year 2011 - 2012
How to run / compile the PC code (make sure the brick is running the Nxt_code if you want to connect via bluetooth)
Low-tech people:
-
cd PC/
-
ant clean
-
ant
-
ant MainRunner
Hi-tech people:
- open Eclipse
- File->Import...
- Existing Projects into Workspace
- Select root directory: to PC
- check project PC
- untick "Copy projects into workspace"
- right click on PC-src: Run As->Run Configurations...
- under Environment tab, click on New...
Name: LD_LIBRARY_PATH
Value: /group/teaching/sdp/sdp7/lejos/bluez/lib:/group/teaching/sdp/sdp7/lib
- Run (Note: you still need to commit in the command line, Eclipse git plug-in is strange and doesn't allow no-ff merge)