< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate-users] new skeleton project for building repro plugins


I've created a copy of the example plugin as a standalone project here:

   https://github.com/resiprocate/repro-plugin-example

The idea is simple:

- clone the project

- rename it (and change references to the word example):
     sed -i s/example/something/g *
     sed -i s/Example/Something/g *

- add logic to implement your own functionality

As an extra bonus, the project builds with cmake instead of autotools. 
I'm hopeful that this will avoid the problems keeping UNIX and Windows
builds in sync.  Details are in the README.txt file.