⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.uclinux

📁 db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database fo
💻 UCLINUX
字号:
Installing and building db.* for uCLinux========================================db.* requires that libc provide wide char support. Hereafter, <uclinux> refersto root directory where you have uclinux installed.1) cd to your uCLinux directory and create dbstar directory    # cd <uclinux>    # mkdir lib/dbstar2) unpack db.* distribution into <uclinux>/lib/dbstar    # (cd lib/dbstar && tar zxf <path/to/dbstar.tar.gz>)2) apply a patch to intergrate db.* into the uCLinux build procedure    # patch -p1 lib/dbstar/db.uclinux/uclinux.patch3) configure uCLinux as usual, and put the necessary marks into db.*configuration options.    # make menuconfig4) build uCLinux, db.* will be build as part of it.    # makeWhat does uclinux.patch do==========================To intergrate db.* support into uCLinux, the following files are changed:<uclinux>/config/config.in:    create db.* specific section with compilation options<uclinux>/lib/Makefile:    include db.* directory to be built and resulting libraries to be    linked into <uclinux>/lib    <uclinux>/user/Makefile:    include db.* directory to allow db.* tools to be built<uclinux>/vendors/config/common/config.arch    define make variable $(LIBDBSTAR) to use in your applications

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -