This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/doc/write-plugins.qdoc
2019-04-01 20:48:17 +02:00

38 lines
743 B
Plaintext

/*!
\page write-plugins.html
\title How to write a plugin
\brief This tutorial shows you how to write a plugin for your own device / service / protocol.
\chapter Create the build environment
Assuming you are working an an Ubuntu system here are the steps how to set up the build environment.
\section2 Install Qt
\section2 Install guh dependencys
\code
$ sudo apt-get install guh libguh1-dev
\endcode
\code
$ git clone https://github.com/guh/plugin-templates.git
\endcode
\chapter Tutorials
\list
\li \l{Getting started}
\li \l{The plugin JSON File}
\li \l{Tutorial 1}{Tutorial 1 - The "Minimal" plugin}
\endlist
*/