วันพุธที่ 15 มิถุนายน พ.ศ. 2559

การติดตั้ง Protocol Buffers (ใช้ Ubuntu 16.04)

1. sudo git clone https://github.com/google/protobuf.git
    (Copy file ผ่าน git ลงเครื่องเรา)

2. cd protobuf
    (เมื่อ copy ได้แล้วเราก็เข้าไปใน folder protobuf )

3. ติดตั้ง Protobuf Runtime โดยใช้ติดตั้ง C++ ก่อน
   3.1. C++ Installation - Unix
        3.1.1. sudo apt-get install autoconf automake libtool curl make g++ unzip
        3.1.2. sudo ./autogen.sh
        3.1.3. sudo ./configure --prefix=/usr
        3.1.4. sudo make
3.1.5. sudo make check   (ต้อง pass ทั้งหมด)            
3.1.6. sudo make install
3.1.7. sudo ldconfig
3.1.8. cd src
3.1.9. sudo ./proprotobuf-test
3.1.10.sudo ./proprotobuf-lite-test

   3.2. Python
3.2.0. ควรติดตั้งหัวข้อ 3.1. ให้เสร็จก่อน
3.2.1. cd protobuf/python
3.2.2. python -V (Make sure you have Python 2.6 or newer)
3.2.3. if you do not have setuptool then download from
https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages.
3.2.4. python setup.py build
3.2.5. python setup.py test

อ้างอิง: https://developers.google.com/protocol-buffers/

ไม่มีความคิดเห็น:

แสดงความคิดเห็น