Search code examples
monoxsp

How do I compile mono xsp?


I'm trying to build the latest XSP. I suspect this is the latest branch https://github.com/mono/xsp/tree/3.0

The problem is, ./configure doesnt work. There isn't a configure file. There is a configure.ac but i'm not sure how to build that. The readme/install instructions doesnt help


Solution

  • Run ./autogen.sh --prefix=/usr/local, where prefix is the place to install.