2016-04-23 59 views
0

我想從源代碼編譯代碼塊16,但我沒有(也不想)一些貢獻者插件依賴項。使用插件配置代碼塊

在配置文件中,我看到了一些配置選項:

-with-contrib-plugins=<list>  compile contrib plugins in <list>. 
          plugins may be separated with commas. 
          "all", "yes" or just "--with-contrib-plugins" compiles all contrib plugins 
          "all,-help" or "yes,-help" compiles all contrib plugins except the help plugin 
          "none", "no", "--without-contrib-plugins" or skipping the parameter at all, 
          compiles none of the contrib-plugins 
          Plugin names are: AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, 
            codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, 
            FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, 
            NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, exporter, smartindent, spellchecker, 
            symtab, ThreadSearch, ToolsPlus, Valgrind, wxcontrib, wxsmith, wxsmithcontrib, wxsmithaui 

我已經嘗試運行配置了多種方式,包括./configure --with-contrib-plugins=<list> AutoVersioning, BrowseTracker<list>

和:

./configure -with-contrib-plugins=AutoVersioning, BrowseTracker 

而且還聽起來像配置所有除了:

./configure --with-contrib-plugins=all -wxsmith -wxsmithcontrib -wxsmithauiconfigure: error: unrecognized option: `-wxsmith' 

但我不斷收到配置錯誤沿着無法識別的選項。 也許我錯誤地解釋了-with-contrib-plugins=選項。 我可以用./configure運行配置,但我想要一些插件。我怎樣才能做到這一點?

回答

0

只需逗號分隔您想要安裝的軟件包。例如,如果你想 Valgrind的和Doxyblocks,然後運行配置如下,

./configure --with-contrib-plugins=Valgrind,DoxyBlocks 

這將插件Valgrind的,DoxyBlocks安裝代碼塊等

如果你想所有的插件,只需運行配置爲

./configure --with-contrib-plugins=all 

確保wxWidgets的安裝代碼塊

之前安裝