Archived
1
0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/README
2023-09-05 19:51:01 -06:00

13 lines
469 B
Plaintext

Run make and LD_LIBRARY_PATH='.' ./plugin for the example.
the LD_LIBRARY_PATH part could be removed by either adding
something into your .bashrc. With some internal messing with
get/setenv it's probably possible.
There's a good reason for the fragmentation and recursion of the
Makefiles, as how the files are compiled vary at compile-time
and link-time.
Go thank Tsoding Daily: https://yewtu.be/watch?v=Y57ruDOwH1g
But not for the Makefiles, thank RMS for those.