Skip to content

Latest commit

 

History

History

gdmn-db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gdmn-db

Install

Windows

  1. Install Git.

  2. Install Firebird version greater than or equal to 3.0.

  3. Add fbclient.dll directory to the PATH.

  4. Run next commands

    $ npm install --global --production windows-build-tools
    $ npm install --global node-gyp
    $ npm install

Mac OS X

  1. Install Git.
  2. Install Firebird, see also
  3. Install Xcode Command Line Tools
  4. Run next commands
    $ ln -s /Library/Frameworks/Firebird.framework/Versions/A/Firebird /usr/local/lib/libfbclient.dylib
    $ npm install

Linux

...