Readme.txt 704 B

12345678910111213
  1. Project: Autopatcher Server, implemented using PostgreSQL for the database
  2. Description: Provides patch information and asynchronous database queries to AutopatcherClient
  3. Dependencies: PostgreSQL version 8.3 (http://www.postgresql.org/download/), installed to C:\Program Files\PostgreSQL\8.3. If your installation directory is different, update it at
  4. C/C++ / General / Additional Include Directories
  5. and under
  6. Build Events / Post Build Events
  7. copy "C:\Program Files\PostgreSQL\8.1\bin\*.dll" .\Debug
  8. to whatever your path is.
  9. Related projects: AutopatcherClientRestarter, AutopatcherPostgreSQLRepository, AutopatcherServer
  10. For help and support, please visit http://www.jenkinssoftware.com
粤ICP备19079148号