Unqlite shell installation script

Source: Internet
Author: User

Unqlite installation shell script 01 #! /Bin/sh02 03 # download source code 04 wget-c http://up.2cto.com/2013/0709/20130709022156488.zip05 06 # extract source code 07 unzip unqlite-db-116.zip08 09 # compile source code 10gcc-Wall-fPIC-c *. c11gcc-shared-Wl,-soname, libunqlite. so.1-o libunqlite. so.1.0 *. o12 13 # create a soft link 14 sudo cp 'pwd'/libunqlite. so.1.0/usr/local/lib/15 sudo cp 'pwd'/unqlite. h/usr/local/include/16 sudo ln-sf/usr/local/lib/libunqlite. so.1.0/usr/local/lib/libunqlite. so.117sudo ln-sf/usr/local/lib/libunqlite. so.1/usr/local/lib/libunqlite. so18 19 # share 20 sudo ldconfig/usr/local/lib/libunqlite. so21 22 # download golang unqlite driver package 23git clone git@github.com: ceh/gounqlite. git

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.