NOTE: This repository is no longer maintained. Due to serious design flaws and bugs, this project has been abandoned in favour of IDB NG.
If you really want to build this project,
- Download and install PostgreSQL 16 for Windows.
- Install Microsoft Visual Studio 2022 (other version have not been tested)
i. Install the "Desktop development with C++" package - Create a database called "idb_%USERNAME%" where
%USERNAME%
is the result ofecho %USERNAME%
in Command Prompt. - After logging into the database via
psql.exe
, copy and paste the contents ofschema.sql
into the SQL prompt, then exit. - Open the solution and build it.
- Run the programme.
- Hopefully it runs