Greetings,
I apologize if this has been addressed elsewhere or if I'm being a complete neophyte, but I cannot for the life of me figure out how to enable the PostgreSQL support in the DBExplorer plugin on Windows.
Please help,
Sean
Enabling PostgreSQL in the DBExplorer plugin
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Aug 27, 2012 6:48 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Enabling PostgreSQL in the DBExplorer plugin
Since codelite does not distribute the PostgreSQL sources, its disabled by default.. To enable it you will need to build codelite from sources once you have installed the PostgreSQL client librariessean.mac.dubhsithe wrote:Greetings,
I apologize if this has been addressed elsewhere or if I'm being a complete neophyte, but I cannot for the life of me figure out how to enable the PostgreSQL support in the DBExplorer plugin on Windows.
Please help,
Sean
To build codelite from sources, follow these simple steps ("Build codelite using the pre-compiled binaries"):
[imghttp://www.codelite.org/Developers/Windows#toc1[/img]
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Aug 27, 2012 6:48 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Enabling PostgreSQL in the DBExplorer plugin
Thank you for the quick response. I was able to build CodeLite from the sources after I installed PostgreSQL, but it is still not supported in the DBExplorer. I assume "after installing the PostgreSQL client libraries" must mean something other than "after running the PostgreSQL binary installer for Windows", in which case, I don't know how to install the PostgreSQL client libraries or what that even means. Is that something in the EnterpriseDB PostgreSQL StackBuilder that I need to install, or is it something I need to do to the CodeLite sources. I'm primarily a database and PowerScript programmer who wants to learn C++, so at this point, I know next to nothing about C++ or how to manipulate C++ programs. Any additional help would be very much appreciated. Thanks for your patience.