Archived
1
0

Rewrote README

This commit is contained in:
Emil 2023-09-05 19:51:01 -06:00
parent ec135c2cf4
commit 89aeb1fcde
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

20
README
View File

@ -1,14 +1,12 @@
plug/ contains the dynamically loaded library,
and of course, src/ has the core program.
Run make and LD_LIBRARY_PATH='.' ./plugin for the example.
You'll have to use LD_LIBRARY_PATH='.' ./plugin
This could be remedied with a little messing with
get/setenv.
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 compliation and link time
(link-time not so applicable in this case, but
it is effected by CFLAGS anyways).
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.
Copy as you wish, credit not.
Go thank Tsoding Daily: https://yewtu.be/watch?v=Y57ruDOwH1g
But not for the Makefiles, thank RMS for those.