1.1.2 • Published 6 years ago

freedatabase v1.1.2

Weekly downloads
90
License
GPL-3.0
Repository
-
Last release
6 years ago

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中此选项一直配置失败,暂时只能这样使用。

  1. xxxx
  2. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

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

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago