zoukankan      html  css  js  c++  java
  • openwrt 编译支持sqlite3

     编译版本加载lib库

    ------------------------------Libraries-----------------------------------

    Filesystem  --->         
    Firewall  --->                   
    Printing  --->                   
    SSL  --->                                      
    Sound  --->                      
    database  ---> 

            < > libpq.......................................... PostgreSQL client library                    
            < > libsqlite2....................... SQLite (v2.x) database engine (library)                
            -*- libsqlite3....................... SQLite (v3.x) database engine (library)              
            < > pgsqlodbc..................................... Postgresql driver for ODBC                 
            < > tokyocabinet................... A library of routines to manage databases              
            < > unixodbc............................................ unixODBC (libraries)                       

    编译版本加载sqlite3可执行程序

       +---------------------------- Utilities --------------------------------+
    Boot Loaders  --->   
    CPU tools  --->                   
    Editors  --->                        
    Filesystem  --->               
    RTKLIB Suite  --->               
    SSL  --->                          
    Sound  --->                                  
    Terminal  --->                            
    backup  --->                                
    compression  --->                    
    database  --->                                                                          

            < > sqlite2-cli.......................... SQLite (v2.x) database engine (cli)                                         | |  
            <*> sqlite3-cli.......................... SQLite (v3.x) database engine (cli)                                        | |  
            < > unixodbc-tools............................................ unixODBC Tools   

  • 相关阅读:
    WCF 第十二章 对等网 实现一个自定义对等网解析器
    WCF 第十二章 对等网 System.Net.PeerToPeer.Collaboration
    WCF 第十二章 对等网 使用Windows Vista 来进行合作
    WCF 第十二章 对等网 使用PNRP解决对等网络问题
    WCF 第十二章 对等网 点对点应用程序
    WCF 第十二章 对等网 限制一条消息的跳数
    WCF 第十二章 对等网 创建P2P应用程序
    C#解析HTML
    C#中的DLL注入
    VC简单实现淡入淡出效果
  • 原文地址:https://www.cnblogs.com/mingyunrangwozoudaoxianzai/p/11001896.html
Copyright © 2011-2022 走看看