blob: 0dd95c62af5fcf986c114581fdb5ae4322738c01 [file] [log] [blame]
To assemble a jpl: ASSEMBLE (-pre)
The `assemble -pre` option gives the user the oportunity to create a folder
as bellow:
- linux host: <jami-plugins>/<PLUGINNAME>/build-local/jpl/
- windows host: <jami-plugins>/<PLUGINNAME>/msvc/jpl/
containing all data that will be inside `PLUGINNAME.jpl` archive.
The exception is the plugin library itself that only will be added after
compilation.
The default usage will take all files inside the folder created by the `-pre`
variation and compress them to your PLUGINNAME.jpl archive. This file can be
find under <jami-plugins>/build/.
Both process must be called from inside the CMakeLists.txt as POST_BUILD and
PRE_BUILD commands, respectively. Also, the build.sh script must call them.
Our default CMakeLists.txt and build.sh script already applies them. Also, you
can check other usage examples from our available plugins at
https://git.jami.net/savoirfairelinux/jami-plugins .
For more information about our default CMakeLists.txt and build.sh, please refer to:
-> help build
For more technical information, please refer to:
https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/7.-Jami-plugins .