Changes

Jump to navigation Jump to search
137 bytes removed ,  09:11, 25 March 2015
Line 59: Line 59:  
If you would like to build from source, you can use the following commands to obtain the source code repositories, configure, and build the code. On a Debian based system, you may have to do <code>autoconf curl g++ libtool</code> first.
 
If you would like to build from source, you can use the following commands to obtain the source code repositories, configure, and build the code. On a Debian based system, you may have to do <code>autoconf curl g++ libtool</code> first.
   −
===== Native protobuf =====
+
To build protobuf
 +
 
 
  cd deps
 
  cd deps
 
  git clone https://github.com/google/protobuf.git protobuf
 
  git clone https://github.com/google/protobuf.git protobuf
Line 69: Line 70:  
  cd ../..
 
  cd ../..
   −
===== Native protobuf-c =====
+
To build protobuf-c
    
  cd deps
 
  cd deps
Line 83: Line 84:  
  cd ../..
 
  cd ../..
   −
===== Cross Compiling for ARMv7 =====
+
===== Cross Compiling for ARM =====
If you would like to cross-compile for armv7:
+
 
 +
;ARMv7
    
  cd deps
 
  cd deps
Line 94: Line 96:  
  cd ../..
 
  cd ../..
   −
===== Cross Compiling for ARMv8 =====
+
;ARM8
If you would like to cross-compile for armv8:
      
  cd deps
 
  cd deps

Navigation menu