Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/24/18 in all areas

  1. 1 point
  2. 1 point
    4144

    Plugin Makefile

    wrong Exists atleast 3 ways how build plugins. 1. after building server run make plugin.myplugin1 where myplugin1 is your plugin name or you can add your plugin name into variable in make file 2. add your plugins into make file. change MYPLUGINS := $(MYPLUGINS) to MYPLUGINS := $(MYPLUGINS) myplugin1 where myplugin1 is your plugin name 3. use environment variables. run command MYPLUGINS=myplugin1 make plugins where myplugin1 is your plugin name
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.