真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

SQLite源碼倉庫的示例分析

這篇文章給大家分享的是有關(guān)SQLite源碼倉庫的示例分析的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

成都創(chuàng)新互聯(lián)公司企業(yè)建站,十多年網(wǎng)站建設(shè)經(jīng)驗,專注于網(wǎng)站建設(shè)技術(shù),精于網(wǎng)頁設(shè)計,有多年建站和網(wǎng)站代運(yùn)營經(jīng)驗,設(shè)計師為客戶打造網(wǎng)絡(luò)企業(yè)風(fēng)格,提供周到的建站售前咨詢和貼心的售后服務(wù)。對于成都做網(wǎng)站、網(wǎng)站設(shè)計中不同領(lǐng)域進(jìn)行深入了解和探索,創(chuàng)新互聯(lián)在網(wǎng)站建設(shè)中充分了解客戶行業(yè)的需求,以靈動的思維在網(wǎng)頁中充分展現(xiàn),通過對客戶行業(yè)精準(zhǔn)市場調(diào)研,為客戶提供的解決方案。

1編譯(compiling)

優(yōu)先創(chuàng)建目錄存放生成的目標(biāo)文件(build product).強(qiáng)烈推薦,創(chuàng)建的目錄和源碼目錄隔離開來。進(jìn)入創(chuàng)建目錄,從創(chuàng)建目錄運(yùn)行源碼根目錄下的配置腳本。然后運(yùn)行make指令
Cd into the build directory and then from the build directory run the configure script found at the root of the source tree. Then run "make".
例如:

tar xzf sqlite.tar.gz    ;#  解壓源碼
mkdir bld                ;#  創(chuàng)建分離目錄
cd bld                   ;#  進(jìn)入bld目錄
../sqlite/configure      ;#  運(yùn)行配置文件
make                     ;#  Run the makefile.
make sqlite3.c           ;#  Build the "amalgamation" source file
make test                ;#  Run some tests (requires Tcl)

See the makefile for additional targets.
查看makefile文件,查閱額外的配置信息
The configure script uses autoconf 2.61 and libtool. If the configure script does not work out for you,
配置腳本文件使用autoconf 2.61版本和libtool。如果配置腳本不生效,在源碼的頂級目錄下有一個命名Makefile.linux-gcc
there is a generic makefile named "Makefile.linux-gcc" in the top directory of the source tree that you
的通用makefile文件,拷貝編輯符合需要。
can copy and edit to suit your needs. Comments on the generic makefile show what changes are needed.

感謝各位的閱讀!關(guān)于“SQLite源碼倉庫的示例分析”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!


文章標(biāo)題:SQLite源碼倉庫的示例分析
瀏覽地址:http://weahome.cn/article/joojie.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部