Sync docs for new tp_magic_example.c

This commit is contained in:
Bill Kendrick 2023-04-13 21:13:07 -07:00
parent 9dedb13e61
commit 7d68f38dc7
21 changed files with 756 additions and 161 deletions

View file

@ -6,7 +6,7 @@ Magic Tool Plugin API Documentation
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
abril 9, 2023
abril 13, 2023
+----------------------------------------------------+
|Table of Contents |
@ -743,7 +743,8 @@ Linux and other Unix-like Platforms
As a stand-alone command, using the GNU C Compiler and BASH shell, for
example:
$ gcc -shared `tp-magic-config --cflags` my_plugin.c -o my_plugin.so
$ gcc -shared -fpic `tp-magic-config --cflags` my_plugin.c -o
my_plugin.so
Note: The characters around the "tp-magic-config" command are a
grave/backtick/backquote ("`"), and not an apostrophe/single-quote ("'").