2016-04-23 64 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的安装代码块

之前安装