1

I want to make use of Apache Portable Runtime. Does anyone know how to install and configure APR for windows?? Please suggest.

developerCK
  • 4,418
  • 3
  • 16
  • 35
Mr ASquare
  • 391
  • 1
  • 8
  • 22

1 Answers1

1
  1. APR can be built on Windows, I did it once myself too :-) Just follow the description presented here. It is true, that they present us the MS C++ build system and an older version of it but works.

  2. You can download the latest Apache Web Server release for Windows and simply use the provided APR libraries.