freedatabase
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

FreeDatabase

项目介绍

FDB

软件架构

软件架构说明

安装教程

  1. 原生代码编译需求:

    a. 需要使用c++11进行编译,在CMakeLists.txt中配置如下:

     # 使用c++11编译
     add_definitions(-std=c++11)
    

    b. 需要配置编译生成静态库(.a)和动态库(.so), 在每个动态库的子CMakeLists.txt中配置如下:

     # dynamic library
     ADD_LIBRARY(modeldb SHARED ${SRC_LIST})
     # static library
     # ADD_LIBRARY(modeldb ${SRC_LIST})
    

    c. 在linux操作系统下,third/include/kernel/OgreDataStream.h 头文件中的第729行代码会报错,需要将"dynamic_cast" 替换成 "reinterpret_cast" 。 和选项'-lrtti'有关,但在gyp中此选项一直配置失败,暂时只能这样使用。

  2. xxxx

  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本项目
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.22latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.22
1.1.11
1.1.01
1.0.342
1.0.331
1.0.321
1.0.311
1.0.301
1.0.291
1.0.281
1.0.271
1.0.241
1.0.231
1.0.211
1.0.203
1.0.191
1.0.141
1.0.131
1.0.111
1.0.101
1.0.91
1.0.81
1.0.61
1.0.51
1.0.41
1.0.31
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i freedatabase

Weekly Downloads

3

Version

1.1.2

License

GPL-3.0

Unpacked Size

22.8 MB

Total Files

305

Last publish

Collaborators

  • huanjiesm