diff --git a/README b/README index 4cad8e5..97502d2 100644 --- a/README +++ b/README @@ -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.