Binary builds of all the Palaso libraries are available from our Team City continuous build server.
To get the source code, you'll need Git. Then from a command line, give this command:
git clone https://github.com/sillsdev/libpalaso
For instructions on building and contributing, see https://github.com/sillsdev/libpalaso/wiki/Development.
The palaso library follows semantic versioning. For APIs this means:
- public APIs that become deprecated will be marked as obsolete.
- The API and its obsolete tag will remain through the beta versions and at least one more stable version.
- The API will be removed in one of the next stable versions.