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

13 lines
469 B
Plaintext
Raw Normal View History

2023-09-05 21:51:01 -04:00
Run make and LD_LIBRARY_PATH='.' ./plugin for the example.
2023-09-05 21:40:53 -04:00
2023-09-05 21:51:01 -04:00
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.
2023-09-05 21:40:53 -04:00
2023-09-05 21:51:01 -04:00
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.
2023-09-05 21:40:53 -04:00
2023-09-05 21:51:01 -04:00
Go thank Tsoding Daily: https://yewtu.be/watch?v=Y57ruDOwH1g
But not for the Makefiles, thank RMS for those.