Changes

15 bytes added ,  15:18, 10 October 2014
Line 27: Line 27:  
=== Protocol Buffers with C Bindings ===
 
=== Protocol Buffers with C Bindings ===
   −
CRIU uses the [http://code.google.com/p/protobuf-c/ C language bindings] of [http://code.google.com/p/protobuf/ Google Protocol Buffers] for serialization. The <code>protoc</code> tool is required at build time and <code>libprotobuf-c.so</code> is required at build time and at run time, assuming dynamic linking.
+
CRIU uses the [https://github.com/protobuf-c/protobuf-c C language bindings] of [https://developers.google.com/protocol-buffers/ Google Protocol Buffers] for serialization. The <code>protoc</code> tool is required at build time and <code>libprotobuf-c.so</code> is required at build time and at run time, assuming dynamic linking.
    
==== Distribution Packages ====
 
==== Distribution Packages ====
Line 48: Line 48:     
  cd deps
 
  cd deps
  git svn clone http://protobuf-c.googlecode.com/svn/trunk protobuf-c
+
  git clone https://github.com/protobuf-c/protobuf-c.git protobuf-c
 
  cd protobuf-c
 
  cd protobuf-c
 
  ./autogen.sh
 
  ./autogen.sh
50

edits