Rewrote README
This commit is contained in:
parent
ec135c2cf4
commit
89aeb1fcde
20
README
20
README
@ -1,14 +1,12 @@
|
|||||||
plug/ contains the dynamically loaded library,
|
Run make and LD_LIBRARY_PATH='.' ./plugin for the example.
|
||||||
and of course, src/ has the core program.
|
|
||||||
|
|
||||||
You'll have to use LD_LIBRARY_PATH='.' ./plugin
|
the LD_LIBRARY_PATH part could be removed by either adding
|
||||||
This could be remedied with a little messing with
|
something into your .bashrc. With some internal messing with
|
||||||
get/setenv.
|
get/setenv it's probably possible.
|
||||||
|
|
||||||
There's a good reason for the fragmentation and
|
There's a good reason for the fragmentation and recursion of the
|
||||||
recursion of the Makefiles, as how the files are
|
Makefiles, as how the files are compiled vary at compile-time
|
||||||
compiled vary at compliation and link time
|
and link-time.
|
||||||
(link-time not so applicable in this case, but
|
|
||||||
it is effected by CFLAGS anyways).
|
|
||||||
|
|
||||||
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.
|
||||||
|
Reference in New Issue
Block a user