diff --git a/README.md b/README.md index 4bd511f..55cbf89 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,37 @@ The most notable is that this version has OOAPI implementation inside. This version is for Firebird 3.0 and later clients only. -All the new features and fixes are documented in the release notes - ./Install/ReleaseNotes_v3.0.html +All the new features and fixes are documented here - +* [Release Notes](https://html-preview.github.io/?url=https://github.com/FirebirdSQL/firebird-odbc-driver/blob/feature_ooapi/Install/ReleaseNotes_v3.0.html) +* [ChangeLog](https://raw.githubusercontent.com/FirebirdSQL/firebird-odbc-driver/feature_ooapi/ChangeLog_v3.0) -## Development +## Downloads +The latest build artifacts: +* [Windows installation package](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/runs/10705194509/artifacts/1891984939) +* [Linux so binary](https://github.com/FirebirdSQL/firebird-odbc-driver/actions/runs/10705194518/artifacts/1891959862) -- https://github.com/FirebirdSQL/firebird-odbc-driver +You can also download the lastest & archive build packages here: https://github.com/FirebirdSQL/firebird-odbc-driver/wiki -## Downloads -- https://github.com/FirebirdSQL/firebird-odbc-driver/wiki +## Build from sources + +### Linux +* Clone the git repository into your working copy folder +* Make sure you have Unix ODBC dev package installed. If not - install it (for example: `sudo apt install unixodbc-dev` for Ubuntu) +* Move to Builds/Gcc.lin +* Rename makefile.linux -> makefile +* Set the DEBUG var if you need a Debug build instead of Release (by default) +* Run `make` +* Your libraries are in ./Release_ or ./Debug_ folder. + +### Windows +* Clone the git repository into your working copy folder +* Open ``/Builds/MsVc2022.win/OdbcFb.sln with MS Visual Studio (VS2022 or later) +* Select your desired arch & build mode (debug|release) +* Build the project +* Copy the built library (``\Builds\MsVc2022.win\\`arch`\\`build_mode`\FirebirdODBC.dll) to ``\System32 (x64 arch) or ``\SysWOW64 (Win32 arch) + +## Development & Feedback + +- https://github.com/FirebirdSQL/firebird-odbc-driver +