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,
|
||||
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.
|
||||
|
Reference in New Issue
Block a user