Installation on MacOS, Linux and Windows
Installation on MacOS
- Download the default 1.5.1 package
- Unzip the contents into a temp directory
$ cd temp ~/temp $ unzip Firebird-CS-1.5.1-MacOS.zip
- Install the package using below command
~/temp $ open Firebird-CS-1.5.pkg
- Add the below lines to .bash_profile file
export FIREBIRD_HOME=/Library/Frameworks/Firebird.framework/Resources export PATH=$PATH:$FIREBIRD_HOME/bin
Installing and Configuring Superclassic on Linux
How to install
- Download the required version from Firebird Downloads
- Add ppa to your system.
sudo add-apt-repository ppa:mapopa/ppa sudo apt-get update
- Inspect firebird2.5 related packages
apt-cache search firebird2.5-*
- Install the super server package by providing SYSDBA package and select service among Super Server, Classic or Super Classic
sudo apt-get install firebird2.5-super
- or Install classic using below command
sudo apt-get install firebird2.5-classic
- or Install super-classic using below command
sudo apt-get install firebird2.5-superclassic
- Configure the package after the installation.
sudo dpkg-reconfigure firebird2.5-super
- Install examples and dev files
sudo apt-get install firebird2.5-examples firebird2.5-dev
Installation on Windows
- Installation on windows is much easier using exe file. Download the required version from Firebird Downloads
- Run the executable file as an administrator and the setup will guide you through the installation and any settings like password etc.