Skip to content

Latest commit

 

History

History
executable file
·
58 lines (50 loc) · 1.92 KB

File metadata and controls

executable file
·
58 lines (50 loc) · 1.92 KB

CUBRID Database Management System

CUBRID is a DBMS being supported by an active community of open source developers and provides better performance and features necessary for Web services.

This Software is released under Apache License 2.0 and BSD according to CUBRID components. For brevity, CUBRID Server Engine is under Apache License 2.0 and CUBRID APIs and Connectors are under BSD License. For details, please refer to the CUBRID License Page(http://www.cubrid.org/cubrid).

Below You will see the brief list of sections to guide You to easily get started.

MAJOR REFERENCES

DOWNLOADS and FILE REPOSITORIES

HOW TO BUILD CUBRID ODBC Driver

For Windows

Requirements

  • Visual Studio 2017 version 15.0 or newer (Build)
  • NSIS 3.08 or newer (Package)
C:\> cd cubrid-odbc
C:\> build_2017.bat         // Build and Package ANSI
C:\> build_unicode_2017.bat // Package Unicode

- Result File Directory
 -- ANSI : output
 -- Unicode : output_unicode

For Linux

Requirements

  • CMAKE 3.21 or newer
  • GCC 8.3 or newer
  • ncurses-devel (for CUBRID CCI Driver)
$ cd cubrid-odbc
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make package // Package

For installation on Linux, please refer to REAME.txt file.

GETTING HELP

If You encounter any difficulties with getting started, or just have some questions, or find bugs, or have some suggestions, we kindly ask You to post your thoughts on CUBRID Forum at http://forum.cubrid.org.

Sincerely, Your CUBRID Development Team.