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
Simon Stürz 3087ba918b changed CSS style sheet
add plugin JSON description
2019-04-01 20:48:17 +02:00

43 lines
788 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.
\section1 Install guh
\section1 Install Qt
\section1 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
*/