]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
updated HOWTO
authorhadaq <hadaq>
Wed, 18 Jul 2012 02:53:11 +0000 (02:53 +0000)
committerhadaq <hadaq>
Wed, 18 Jul 2012 02:53:11 +0000 (02:53 +0000)
HOWTO_COMPILE.TXT

index a1269d577fbbc3e3be803ff2ae0775c21a17dc0e..f6264085f9685b571128905433121f1e19573841 100644 (file)
@@ -1,12 +1,19 @@
 compile for old Etrax-Board
  make distclean
  make ETRAX=1
+ make ETRAX=1 install
 
 compile for Pexor Card
  make distclean
  make PEXOR=1
+ make PEXOR=1 install
 
-compile for old Etrax-Board
+compile for new TRB3
  make distclean
  make TRB3=1
+ make TRB3=1 install
+
+In case ypu are not root you have to install the libtrbnet_perl libs manually by calling 
 
+sudo make -C libtrbnet_perl PEXOR=1 install    or
+sudo make -C libtrbnet_perl TRB3=1 install