Changes

Jump to navigation Jump to search
123 bytes added ,  12:04, 25 March 2015
Make code collapsible
Line 157: Line 157:  
=== Compilation with non-standard paths to dependencies ===
 
=== Compilation with non-standard paths to dependencies ===
    +
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
 
Here is an example of building natively specifying manually built dependencies.
 
Here is an example of building natively specifying manually built dependencies.
 
+
<div class="mw-collapsible-content">
 
  cd deps
 
  cd deps
 
  rsync -a --exclude=.git --exclude=deps .. criu-`uname -m`
 
  rsync -a --exclude=.git --exclude=deps .. criu-`uname -m`
Line 167: Line 168:  
  sudo LD_LIBRARY_PATH=`pwd`/../`uname -m`-linux-gnu/lib ./criu check
 
  sudo LD_LIBRARY_PATH=`pwd`/../`uname -m`-linux-gnu/lib ./criu check
 
  cd ../..
 
  cd ../..
 +
</div>
 +
</div>
    
=== Cross Compilation for ARM ===
 
=== Cross Compilation for ARM ===

Navigation menu