rans 7 Posted March 13, 2019 I'm a little bit confuse on this How can i use the env MYPLUGINS? all the guides about adding plugin uses the MYPLUGIN = I'm just curious. thank you Quote Share this post Link to post Share on other sites
0 4144 364 Posted March 13, 2019 First way put plugin names what you want to compiler into MYPLUGINS env var MYPLUGINS="sample mapcache" make plugins Second way assign plugin names inside src/plugins/Makefile.in into variable MYPLUGINS names what you want replace MYPLUGINS := $(MYPLUGINS) to MYPLUGINS := $(MYPLUGINS) sample mapcache then run make clean ./configure make Quote Share this post Link to post Share on other sites
0 rans 7 Posted March 13, 2019 10 minutes ago, 4144 said: First way put plugin names what you want to compiler into MYPLUGINS env var MYPLUGINS="sample mapcache" make plugins Second way assign plugin names inside src/plugins/Makefile.in into variable MYPLUGINS names what you want replace MYPLUGINS := $(MYPLUGINS) to MYPLUGINS := $(MYPLUGINS) sample mapcache then run make clean ./configure make Thanks! Quote Share this post Link to post Share on other sites
I'm a little bit confuse on this
How can i use the env MYPLUGINS?
all the guides about adding plugin uses the MYPLUGIN =
I'm just curious. thank you
Share this post
Link to post
Share on other sites