bake-toolkit 2.11.2 → 2.11.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (246) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_images/AddRepository.png +0 -0
  3. data/documentation/_build/html/_images/AvailableSoftware.png +0 -0
  4. data/documentation/_build/html/_images/FirstSelect.png +0 -0
  5. data/documentation/_build/html/_images/Import.png +0 -0
  6. data/documentation/_build/html/_images/InstallNewSoftware.png +0 -0
  7. data/documentation/_build/html/_images/Licenses.png +0 -0
  8. data/documentation/_build/html/_images/New.png +0 -0
  9. data/documentation/_build/html/_images/Restart.png +0 -0
  10. data/documentation/_build/html/_images/Result.png +0 -0
  11. data/documentation/_build/html/_images/Script.png +0 -0
  12. data/documentation/_build/html/_images/SecondSelect.png +0 -0
  13. data/documentation/_build/html/_images/SelectExport.png +0 -0
  14. data/documentation/_build/html/_images/SelectImport.png +0 -0
  15. data/documentation/_build/html/_images/SelectNew.png +0 -0
  16. data/documentation/_build/html/_images/TrustMe.png +0 -0
  17. data/documentation/_build/html/_images/WrongSelect.png +0 -0
  18. data/documentation/_build/html/_images/bake_build_hierachy.png +0 -0
  19. data/documentation/_build/html/_images/bake_tagcloud.png +0 -0
  20. data/documentation/_build/html/_images/buildFile.png +0 -0
  21. data/documentation/_build/html/_images/buildMain.png +0 -0
  22. data/documentation/_build/html/_images/console.png +0 -0
  23. data/documentation/_build/html/_images/cvsp.png +0 -0
  24. data/documentation/_build/html/_images/cygwin_mount.png +0 -0
  25. data/documentation/_build/html/_images/cygwin_ruby.png +0 -0
  26. data/documentation/_build/html/_images/cygwin_tty.png +0 -0
  27. data/documentation/_build/html/_images/hier.png +0 -0
  28. data/documentation/_build/html/_images/keys.png +0 -0
  29. data/documentation/_build/html/_images/pref.png +0 -0
  30. data/documentation/_build/html/_images/problem.png +0 -0
  31. data/documentation/_build/html/_images/vs_2010_install.png +0 -0
  32. data/documentation/_build/html/_images/vs_debug.png +0 -0
  33. data/documentation/_build/html/_images/vs_error.png +0 -0
  34. data/documentation/_build/html/_images/vs_install1.png +0 -0
  35. data/documentation/_build/html/_images/vs_installed.png +0 -0
  36. data/documentation/_build/html/_images/vs_options.png +0 -0
  37. data/documentation/_build/html/_images/vs_select_config.png +0 -0
  38. data/documentation/_build/html/_images/vs_show_config.png +0 -0
  39. data/documentation/_build/html/_images/vs_update.png +0 -0
  40. data/documentation/_build/html/_images/vs_update_site.png +0 -0
  41. data/documentation/_build/html/_sources/changelog.txt +314 -0
  42. data/documentation/_build/html/_sources/commandline/commandline.txt +107 -0
  43. data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +34 -0
  44. data/documentation/_build/html/_sources/concepts/concepts.txt +11 -0
  45. data/documentation/_build/html/_sources/concepts/the_main_project.txt +45 -0
  46. data/documentation/_build/html/_sources/concepts/the_project_meta_file.txt +72 -0
  47. data/documentation/_build/html/_sources/ide/eclipse/eclipse.txt +24 -0
  48. data/documentation/_build/html/_sources/ide/eclipse/how_to_convert_existing_cdt_workspace.txt +31 -0
  49. data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_new_project_in_eclipse.txt +18 -0
  50. data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_workspace_in_eclipse.txt +27 -0
  51. data/documentation/_build/html/_sources/ide/eclipse/how_to_install_eclipse_plugin.txt +44 -0
  52. data/documentation/_build/html/_sources/ide/eclipse/how_to_use_bake_in_eclipse.txt +86 -0
  53. data/documentation/_build/html/_sources/ide/ide_integrations.txt +8 -0
  54. data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +15 -0
  55. data/documentation/_build/html/_sources/ide/vs/how_to_debug_in_vs.txt +35 -0
  56. data/documentation/_build/html/_sources/ide/vs/how_to_used_bake_in_vs.txt +35 -0
  57. data/documentation/_build/html/_sources/ide/vs/vs.txt +10 -0
  58. data/documentation/_build/html/_sources/ide/vs/vs_install.txt +43 -0
  59. data/documentation/_build/html/_sources/index.txt +34 -0
  60. data/documentation/_build/html/_sources/install/install_bake.txt +112 -0
  61. data/documentation/_build/html/_sources/internal.txt +50 -0
  62. data/documentation/_build/html/_sources/known_issues.txt +9 -0
  63. data/documentation/_build/html/_sources/license.txt +4 -0
  64. data/documentation/_build/html/_sources/performance/performance.txt +104 -0
  65. data/documentation/_build/html/_sources/quickstart/quickstart.txt +70 -0
  66. data/documentation/_build/html/_sources/syntax/derive_configs.txt +93 -0
  67. data/documentation/_build/html/_sources/syntax/project_meta_syntax.txt +19 -0
  68. data/documentation/_build/html/_sources/syntax/syntax.txt +10 -0
  69. data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +175 -0
  70. data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +49 -0
  71. data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +122 -0
  72. data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +66 -0
  73. data/documentation/_build/html/_sources/tips_and_tricks/the_clang.txt +43 -0
  74. data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +33 -0
  75. data/documentation/_build/html/_sources/why_bake/why_bake.txt +40 -0
  76. data/documentation/_build/html/_static/AddRepository.png +0 -0
  77. data/documentation/_build/html/_static/AvailableSoftware.png +0 -0
  78. data/documentation/_build/html/_static/FirstSelect.png +0 -0
  79. data/documentation/_build/html/_static/Import.png +0 -0
  80. data/documentation/_build/html/_static/InstallNewSoftware.png +0 -0
  81. data/documentation/_build/html/_static/Lib.meta +8 -0
  82. data/documentation/_build/html/_static/Licenses.png +0 -0
  83. data/documentation/_build/html/_static/Main.meta +26 -0
  84. data/documentation/_build/html/_static/New.png +0 -0
  85. data/documentation/_build/html/_static/PMetaMain.meta +15 -0
  86. data/documentation/_build/html/_static/PMetaSub.meta +15 -0
  87. data/documentation/_build/html/_static/Restart.png +0 -0
  88. data/documentation/_build/html/_static/Result.png +0 -0
  89. data/documentation/_build/html/_static/Script.png +0 -0
  90. data/documentation/_build/html/_static/SecondSelect.png +0 -0
  91. data/documentation/_build/html/_static/Select.png +0 -0
  92. data/documentation/_build/html/_static/SelectExport.png +0 -0
  93. data/documentation/_build/html/_static/SelectImport.png +0 -0
  94. data/documentation/_build/html/_static/SelectNew.png +0 -0
  95. data/documentation/_build/html/_static/TrustMe.png +0 -0
  96. data/documentation/_build/html/_static/WrongSelect.png +0 -0
  97. data/documentation/_build/html/_static/ajax-loader.gif +0 -0
  98. data/documentation/_build/html/_static/bake_build_hierachy.png +0 -0
  99. data/documentation/_build/html/_static/bake_tagcloud.png +0 -0
  100. data/documentation/_build/html/_static/basic.css +599 -0
  101. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -0
  102. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -0
  103. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -0
  104. data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -0
  105. data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings-white.png +0 -0
  106. data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings.png +0 -0
  107. data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -0
  108. data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +6 -0
  109. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -0
  110. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css.map +1 -0
  111. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +5 -0
  112. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -0
  113. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css.map +1 -0
  114. data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +5 -0
  115. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
  116. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
  117. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
  118. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
  119. data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
  120. data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -0
  121. data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +7 -0
  122. data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +13 -0
  123. data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -0
  124. data/documentation/_build/html/_static/bootstrap-sphinx.js +162 -0
  125. data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -0
  126. data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -0
  127. data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -0
  128. data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -0
  129. data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -0
  130. data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings-white.png +0 -0
  131. data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings.png +0 -0
  132. data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -0
  133. data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -0
  134. data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -0
  135. data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -0
  136. data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -0
  137. data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -0
  138. data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -0
  139. data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -0
  140. data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +7 -0
  141. data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +7 -0
  142. data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +7 -0
  143. data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +7 -0
  144. data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +7 -0
  145. data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +7 -0
  146. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
  147. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
  148. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
  149. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
  150. data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
  151. data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +7 -0
  152. data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +7 -0
  153. data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +7 -0
  154. data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +7 -0
  155. data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +7 -0
  156. data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +7 -0
  157. data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +7 -0
  158. data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +7 -0
  159. data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +7 -0
  160. data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +7 -0
  161. data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +7 -0
  162. data/documentation/_build/html/_static/buildFile.png +0 -0
  163. data/documentation/_build/html/_static/buildMain.png +0 -0
  164. data/documentation/_build/html/_static/comment-bright.png +0 -0
  165. data/documentation/_build/html/_static/comment-close.png +0 -0
  166. data/documentation/_build/html/_static/comment.png +0 -0
  167. data/documentation/_build/html/_static/console.png +0 -0
  168. data/documentation/_build/html/_static/cvsp.png +0 -0
  169. data/documentation/_build/html/_static/cygwin_mount.png +0 -0
  170. data/documentation/_build/html/_static/cygwin_ruby.png +0 -0
  171. data/documentation/_build/html/_static/cygwin_tty.png +0 -0
  172. data/documentation/_build/html/_static/doctools.js +263 -0
  173. data/documentation/_build/html/_static/down-pressed.png +0 -0
  174. data/documentation/_build/html/_static/down.png +0 -0
  175. data/documentation/_build/html/_static/file.png +0 -0
  176. data/documentation/_build/html/_static/hier.png +0 -0
  177. data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -0
  178. data/documentation/_build/html/_static/jquery.js +4 -0
  179. data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -0
  180. data/documentation/_build/html/_static/js/jquery-fix.js +2 -0
  181. data/documentation/_build/html/_static/keys.png +0 -0
  182. data/documentation/_build/html/_static/minus.png +0 -0
  183. data/documentation/_build/html/_static/plus.png +0 -0
  184. data/documentation/_build/html/_static/pref.png +0 -0
  185. data/documentation/_build/html/_static/problem.png +0 -0
  186. data/documentation/_build/html/_static/pygments.css +63 -0
  187. data/documentation/_build/html/_static/searchtools.js +622 -0
  188. data/documentation/_build/html/_static/syntax.html +704 -0
  189. data/documentation/_build/html/_static/syntax_collection_meta.html +179 -0
  190. data/documentation/_build/html/_static/underscore-1.3.1.js +999 -0
  191. data/documentation/_build/html/_static/underscore.js +31 -0
  192. data/documentation/_build/html/_static/up-pressed.png +0 -0
  193. data/documentation/_build/html/_static/up.png +0 -0
  194. data/documentation/_build/html/_static/vs_2010_install.png +0 -0
  195. data/documentation/_build/html/_static/vs_debug.png +0 -0
  196. data/documentation/_build/html/_static/vs_error.png +0 -0
  197. data/documentation/_build/html/_static/vs_install1.png +0 -0
  198. data/documentation/_build/html/_static/vs_installed.png +0 -0
  199. data/documentation/_build/html/_static/vs_options.png +0 -0
  200. data/documentation/_build/html/_static/vs_select_config.png +0 -0
  201. data/documentation/_build/html/_static/vs_show_config.png +0 -0
  202. data/documentation/_build/html/_static/vs_update.png +0 -0
  203. data/documentation/_build/html/_static/vs_update_site.png +0 -0
  204. data/documentation/_build/html/_static/websupport.js +808 -0
  205. data/documentation/_build/html/changelog.html +735 -0
  206. data/documentation/_build/html/commandline/commandline.html +284 -0
  207. data/documentation/_build/html/concepts/build_hierarchy.html +204 -0
  208. data/documentation/_build/html/concepts/concepts.html +181 -0
  209. data/documentation/_build/html/concepts/the_main_project.html +260 -0
  210. data/documentation/_build/html/concepts/the_project_meta_file.html +288 -0
  211. data/documentation/_build/html/genindex.html +152 -0
  212. data/documentation/_build/html/ide/eclipse/eclipse.html +185 -0
  213. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -0
  214. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -0
  215. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -0
  216. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -0
  217. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -0
  218. data/documentation/_build/html/ide/ide_integrations.html +182 -0
  219. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -0
  220. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -0
  221. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -0
  222. data/documentation/_build/html/ide/vs/vs.html +170 -0
  223. data/documentation/_build/html/ide/vs/vs_install.html +202 -0
  224. data/documentation/_build/html/index.html +238 -0
  225. data/documentation/_build/html/install/install_bake.html +279 -0
  226. data/documentation/_build/html/internal.html +217 -0
  227. data/documentation/_build/html/known_issues.html +175 -0
  228. data/documentation/_build/html/license.html +236 -0
  229. data/documentation/_build/html/objects.inv +0 -0
  230. data/documentation/_build/html/performance/performance.html +373 -0
  231. data/documentation/_build/html/quickstart/quickstart.html +236 -0
  232. data/documentation/_build/html/search.html +174 -0
  233. data/documentation/_build/html/searchindex.js +1 -0
  234. data/documentation/_build/html/syntax/derive_configs.html +295 -0
  235. data/documentation/_build/html/syntax/project_meta_syntax.html +884 -0
  236. data/documentation/_build/html/syntax/syntax.html +181 -0
  237. data/documentation/_build/html/syntax/variable_substitutions.html +378 -0
  238. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +203 -0
  239. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -0
  240. data/documentation/_build/html/tips_and_tricks/the_bakery.html +401 -0
  241. data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -0
  242. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +196 -0
  243. data/documentation/_build/html/why_bake/why_bake.html +241 -0
  244. data/lib/blocks/executable.rb +1 -1
  245. data/lib/common/version.rb +1 -1
  246. metadata +244 -2
@@ -0,0 +1,202 @@
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>How to install bake Visual Studio integration &mdash; bake 2.11.2 documentation</title>
9
+
10
+ <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../../',
18
+ VERSION: '2.11.2',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../../_static/doctools.js"></script>
27
+ <script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
31
+ <link rel="top" title="bake 2.11.2 documentation" href="../../index.html" />
32
+ <link rel="up" title="Visual Studio" href="vs.html" />
33
+ <link rel="next" title="How to use bake in Visual Studio" href="how_to_used_bake_in_vs.html" />
34
+ <link rel="prev" title="Visual Studio" href="vs.html" />
35
+ <meta charset='utf-8'>
36
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
37
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
38
+ <meta name="apple-mobile-web-app-capable" content="yes">
39
+
40
+ </head>
41
+ <body role="document">
42
+
43
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
44
+ <div class="container">
45
+ <div class="navbar-header">
46
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
47
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ <span class="icon-bar"></span>
51
+ </button>
52
+ <a class="navbar-brand" href="../../index.html">
53
+ bake</a>
54
+ <span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
55
+ </div>
56
+
57
+ <div class="collapse navbar-collapse nav-collapse">
58
+ <ul class="nav navbar-nav">
59
+
60
+
61
+ <li class="dropdown globaltoc-container">
62
+ <a role="button"
63
+ id="dLabelGlobalToc"
64
+ data-toggle="dropdown"
65
+ data-target="#"
66
+ href="../../index.html">Section <b class="caret"></b></a>
67
+ <ul class="dropdown-menu globaltoc"
68
+ role="menu"
69
+ aria-labelledby="dLabelGlobalToc"><ul class="current">
70
+ <li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
71
+ <li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
74
+ <li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
76
+ <li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
77
+ <li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
78
+ <li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
81
+ <li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
82
+ </ul>
83
+ <ul>
84
+ <li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
85
+ </ul>
86
+ </ul>
87
+ </li>
88
+
89
+ <li class="dropdown">
90
+ <a role="button"
91
+ id="dLabelLocalToc"
92
+ data-toggle="dropdown"
93
+ data-target="#"
94
+ href="#">SubSections <b class="caret"></b></a>
95
+ <ul class="dropdown-menu localtoc"
96
+ role="menu"
97
+ aria-labelledby="dLabelLocalToc"><ul>
98
+ <li><a class="reference internal" href="#">How to install bake Visual Studio integration</a><ul>
99
+ <li><a class="reference internal" href="#vs-2012">VS 2012</a></li>
100
+ <li><a class="reference internal" href="#vs-2010">VS 2010</a></li>
101
+ </ul>
102
+ </li>
103
+ </ul>
104
+ </ul>
105
+ </li>
106
+
107
+
108
+
109
+
110
+
111
+ <li>
112
+ <a href="vs.html" title="Previous Chapter: Visual Studio"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Visual Studio</span>
113
+ </a>
114
+ </li>
115
+ <li>
116
+ <a href="how_to_used_bake_in_vs.html" title="Next Chapter: How to use bake in Visual Studio"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to use ba... &raquo;</span>
117
+ </a>
118
+ </li>
119
+
120
+
121
+
122
+
123
+
124
+ </ul>
125
+
126
+
127
+
128
+ <form class="navbar-form navbar-right" action="../../search.html" method="get">
129
+ <div class="form-group">
130
+ <input type="text" name="q" class="form-control" placeholder="Search" />
131
+ </div>
132
+ <input type="hidden" name="check_keywords" value="yes" />
133
+ <input type="hidden" name="area" value="default" />
134
+ </form>
135
+
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="container">
141
+ <div class="row">
142
+ <div class="col-md-12">
143
+
144
+ <div class="section" id="how-to-install-bake-visual-studio-integration">
145
+ <h1>How to install bake Visual Studio integration<a class="headerlink" href="#how-to-install-bake-visual-studio-integration" title="Permalink to this headline">¶</a></h1>
146
+ <div class="section" id="vs-2012">
147
+ <h2>VS 2012<a class="headerlink" href="#vs-2012" title="Permalink to this headline">¶</a></h2>
148
+ <p>The plugin is available on a E.S.R.Labs update site. Please follow the steps below to install the plugin.</p>
149
+ <ol class="arabic">
150
+ <li><p class="first">Configure the update site</p>
151
+ <blockquote>
152
+ <div><p><a class="reference external" href="http://www.esrlabs.com/vs-plugins/bake/atom.xml">http://www.esrlabs.com/vs-plugins/bake/atom.xml</a></p>
153
+ <a class="reference internal image-reference" href="../../_images/vs_update_site.png"><img alt="../../_images/vs_update_site.png" src="../../_images/vs_update_site.png" style="width: 50.0%;" /></a>
154
+ </div></blockquote>
155
+ </li>
156
+ <li><p class="first">Now it&#8217;s available via Tools-&gt;Extensions and Updates</p>
157
+ <blockquote>
158
+ <div><a class="reference internal image-reference" href="../../_images/vs_install1.png"><img alt="../../_images/vs_install1.png" src="../../_images/vs_install1.png" style="width: 50.0%;" /></a>
159
+ </div></blockquote>
160
+ </li>
161
+ <li><p class="first">Check if it&#8217;s installed correctly</p>
162
+ <blockquote>
163
+ <div><a class="reference internal image-reference" href="../../_images/vs_installed.png"><img alt="../../_images/vs_installed.png" src="../../_images/vs_installed.png" style="width: 50.0%;" /></a>
164
+ </div></blockquote>
165
+ </li>
166
+ <li><p class="first">If an update is available, it will look like this</p>
167
+ <blockquote>
168
+ <div><a class="reference internal image-reference" href="../../_images/vs_update.png"><img alt="../../_images/vs_update.png" src="../../_images/vs_update.png" style="width: 50.0%;" /></a>
169
+ </div></blockquote>
170
+ </li>
171
+ </ol>
172
+ </div>
173
+ <div class="section" id="vs-2010">
174
+ <h2>VS 2010<a class="headerlink" href="#vs-2010" title="Permalink to this headline">¶</a></h2>
175
+ <p>The plugin is available on a E.S.R.Labs server.
176
+ Download <a class="reference external" href="http://www.esrlabs.com/vs-plugins/bake/bake%20Visual%20Studio%20Extension%202010.vsix">Visual Studio 2010 bake plugin</a>,
177
+ double click the file and install it.</p>
178
+ <blockquote>
179
+ <div><a class="reference internal image-reference" href="../../_images/vs_2010_install.png"><img alt="../../_images/vs_2010_install.png" src="../../_images/vs_2010_install.png" style="width: 50.0%;" /></a>
180
+ </div></blockquote>
181
+ </div>
182
+ </div>
183
+
184
+
185
+ </div>
186
+
187
+ </div>
188
+ </div>
189
+ <footer class="footer">
190
+ <div class="container">
191
+ <p class="pull-right">
192
+ <a href="#">Back to top</a>
193
+
194
+ </p>
195
+ <p>
196
+ &copy; Copyright 2015, E.S.R.Labs AG.<br/>
197
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
198
+ </p>
199
+ </div>
200
+ </footer>
201
+ </body>
202
+ </html>
@@ -0,0 +1,238 @@
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>Welcome to bake’s documentation! &mdash; bake 2.11.2 documentation</title>
9
+
10
+ <link rel="stylesheet" href="_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: './',
18
+ VERSION: '2.11.2',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="_static/jquery.js"></script>
25
+ <script type="text/javascript" src="_static/underscore.js"></script>
26
+ <script type="text/javascript" src="_static/doctools.js"></script>
27
+ <script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
31
+ <link rel="top" title="bake 2.11.2 documentation" href="#" />
32
+ <link rel="next" title="Why you should use bake" href="why_bake/why_bake.html" />
33
+ <meta charset='utf-8'>
34
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
35
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
36
+ <meta name="apple-mobile-web-app-capable" content="yes">
37
+
38
+ </head>
39
+ <body role="document">
40
+
41
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
42
+ <div class="container">
43
+ <div class="navbar-header">
44
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
45
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
46
+ <span class="icon-bar"></span>
47
+ <span class="icon-bar"></span>
48
+ <span class="icon-bar"></span>
49
+ </button>
50
+ <a class="navbar-brand" href="#">
51
+ bake</a>
52
+ <span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
53
+ </div>
54
+
55
+ <div class="collapse navbar-collapse nav-collapse">
56
+ <ul class="nav navbar-nav">
57
+
58
+
59
+ <li class="dropdown globaltoc-container">
60
+ <a role="button"
61
+ id="dLabelGlobalToc"
62
+ data-toggle="dropdown"
63
+ data-target="#"
64
+ href="#">Section <b class="caret"></b></a>
65
+ <ul class="dropdown-menu globaltoc"
66
+ role="menu"
67
+ aria-labelledby="dLabelGlobalToc"><ul>
68
+ <li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a></li>
69
+ <li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a></li>
70
+ <li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
71
+ <li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a></li>
74
+ <li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a></li>
77
+ <li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
78
+ <li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
80
+ </ul>
81
+ <ul>
82
+ <li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
83
+ </ul>
84
+ </ul>
85
+ </li>
86
+
87
+ <li class="dropdown">
88
+ <a role="button"
89
+ id="dLabelLocalToc"
90
+ data-toggle="dropdown"
91
+ data-target="#"
92
+ href="#">SubSections <b class="caret"></b></a>
93
+ <ul class="dropdown-menu localtoc"
94
+ role="menu"
95
+ aria-labelledby="dLabelLocalToc"><ul>
96
+ <li><a class="reference internal" href="#">Welcome to bake&#8217;s documentation!</a><ul>
97
+ </ul>
98
+ </li>
99
+ </ul>
100
+ </ul>
101
+ </li>
102
+
103
+
104
+
105
+
106
+
107
+ <li>
108
+ <a href="why_bake/why_bake.html" title="Next Chapter: Why you should use bake"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Why you shoul... &raquo;</span>
109
+ </a>
110
+ </li>
111
+
112
+
113
+
114
+
115
+
116
+ </ul>
117
+
118
+
119
+
120
+ <form class="navbar-form navbar-right" action="search.html" method="get">
121
+ <div class="form-group">
122
+ <input type="text" name="q" class="form-control" placeholder="Search" />
123
+ </div>
124
+ <input type="hidden" name="check_keywords" value="yes" />
125
+ <input type="hidden" name="area" value="default" />
126
+ </form>
127
+
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <div class="container">
133
+ <div class="row">
134
+ <div class="col-md-12">
135
+
136
+ <div class="section" id="welcome-to-bake-s-documentation">
137
+ <h1>Welcome to bake&#8217;s documentation!<a class="headerlink" href="#welcome-to-bake-s-documentation" title="Permalink to this headline">¶</a></h1>
138
+ <p>bake, building software <strong>fast</strong> and <strong>easy</strong>!</p>
139
+ <table border="1" class="docutils">
140
+ <colgroup>
141
+ <col width="50%" />
142
+ <col width="50%" />
143
+ </colgroup>
144
+ <thead valign="bottom">
145
+ <tr class="row-odd"><th class="head"></th>
146
+ <th class="head"></th>
147
+ </tr>
148
+ </thead>
149
+ <tbody valign="top">
150
+ <tr class="row-even"><td><img alt="_images/bake_tagcloud.png" class="first last" src="_images/bake_tagcloud.png" />
151
+ </td>
152
+ <td><p class="first"><strong>Start to bake</strong></p>
153
+ <div class="toctree-wrapper compound">
154
+ <ul>
155
+ <li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a><ul>
156
+ <li class="toctree-l2"><a class="reference internal" href="why_bake/why_bake.html#bake-desgin-goals">bake desgin goals</a></li>
157
+ </ul>
158
+ </li>
159
+ <li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a><ul>
160
+ <li class="toctree-l2"><a class="reference internal" href="install/install_bake.html#how-to-install-bake">How to install bake</a></li>
161
+ <li class="toctree-l2"><a class="reference internal" href="install/install_bake.html#known-issues">Known Issues</a></li>
162
+ </ul>
163
+ </li>
164
+ <li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
165
+ <li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a><ul>
166
+ <li class="toctree-l2"><a class="reference internal" href="concepts/the_project_meta_file.html">The Project.meta file</a></li>
167
+ <li class="toctree-l2"><a class="reference internal" href="concepts/the_main_project.html">The main project</a></li>
168
+ <li class="toctree-l2"><a class="reference internal" href="concepts/build_hierarchy.html">The build hierarchy</a></li>
169
+ </ul>
170
+ </li>
171
+ <li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a><ul>
172
+ <li class="toctree-l2"><a class="reference internal" href="syntax/project_meta_syntax.html">The Syntax of the Project.meta file</a></li>
173
+ <li class="toctree-l2"><a class="reference internal" href="syntax/variable_substitutions.html">Variables in Project.meta</a></li>
174
+ <li class="toctree-l2"><a class="reference internal" href="syntax/derive_configs.html">Derive configs</a></li>
175
+ </ul>
176
+ </li>
177
+ <li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a><ul>
178
+ <li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#how-to-get-help">How to get help</a></li>
179
+ <li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#the-most-important-options">The most important options</a></li>
180
+ <li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#examples">Examples</a></li>
181
+ <li class="toctree-l2"><a class="reference internal" href="commandline/commandline.html#roots-bake">roots.bake</a></li>
182
+ </ul>
183
+ </li>
184
+ <li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a><ul>
185
+ <li class="toctree-l2"><a class="reference internal" href="ide/eclipse/eclipse.html">Eclipse</a></li>
186
+ <li class="toctree-l2"><a class="reference internal" href="ide/vs/vs.html">Visual Studio</a></li>
187
+ </ul>
188
+ </li>
189
+ <li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a><ul>
190
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_bakery.html">The Bakery</a></li>
191
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/static_code_analysis.html">Static Code Analysis</a></li>
192
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/how_to_use_bake_with_cygwin.html">How to use bake with cygwin</a></li>
193
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/the_clang.html">Clang Analyze</a></li>
194
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#unnecessary-includes">Unnecessary includes</a></li>
195
+ <li class="toctree-l2"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html#symlinks-and-junctions">Symlinks and junctions</a></li>
196
+ </ul>
197
+ </li>
198
+ <li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a><ul>
199
+ <li class="toctree-l2"><a class="reference internal" href="performance/performance.html#eclipse-vs-bake">Eclipse vs. bake</a></li>
200
+ <li class="toctree-l2"><a class="reference internal" href="performance/performance.html#cmake-with-unix-makefiles-vs-bake">CMake with Unix makefiles vs. bake</a></li>
201
+ <li class="toctree-l2"><a class="reference internal" href="performance/performance.html#performance-using-different-rubies">Performance using different rubies</a></li>
202
+ </ul>
203
+ </li>
204
+ <li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
205
+ <li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
206
+ <li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
207
+ </ul>
208
+ </div>
209
+ <div class="toctree-wrapper last compound">
210
+ <ul>
211
+ <li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
212
+ </ul>
213
+ </div>
214
+ </td>
215
+ </tr>
216
+ </tbody>
217
+ </table>
218
+ </div>
219
+
220
+
221
+ </div>
222
+
223
+ </div>
224
+ </div>
225
+ <footer class="footer">
226
+ <div class="container">
227
+ <p class="pull-right">
228
+ <a href="#">Back to top</a>
229
+
230
+ </p>
231
+ <p>
232
+ &copy; Copyright 2015, E.S.R.Labs AG.<br/>
233
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
234
+ </p>
235
+ </div>
236
+ </footer>
237
+ </body>
238
+ </html>
@@ -0,0 +1,279 @@
1
+ <!DOCTYPE html>
2
+
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+
8
+ <title>Install bake &mdash; bake 2.11.2 documentation</title>
9
+
10
+ <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../',
18
+ VERSION: '2.11.2',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../_static/doctools.js"></script>
27
+ <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
28
+ <script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
29
+ <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
+ <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
+ <link rel="top" title="bake 2.11.2 documentation" href="../index.html" />
32
+ <link rel="next" title="Quickstart" href="../quickstart/quickstart.html" />
33
+ <link rel="prev" title="Why you should use bake" href="../why_bake/why_bake.html" />
34
+ <meta charset='utf-8'>
35
+ <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
36
+ <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
37
+ <meta name="apple-mobile-web-app-capable" content="yes">
38
+
39
+ </head>
40
+ <body role="document">
41
+
42
+ <div id="navbar" class="navbar navbar-default navbar-fixed-top">
43
+ <div class="container">
44
+ <div class="navbar-header">
45
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
46
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
47
+ <span class="icon-bar"></span>
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ </button>
51
+ <a class="navbar-brand" href="../index.html">
52
+ bake</a>
53
+ <span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
54
+ </div>
55
+
56
+ <div class="collapse navbar-collapse nav-collapse">
57
+ <ul class="nav navbar-nav">
58
+
59
+
60
+ <li class="dropdown globaltoc-container">
61
+ <a role="button"
62
+ id="dLabelGlobalToc"
63
+ data-toggle="dropdown"
64
+ data-target="#"
65
+ href="../index.html">Section <b class="caret"></b></a>
66
+ <ul class="dropdown-menu globaltoc"
67
+ role="menu"
68
+ aria-labelledby="dLabelGlobalToc"><ul class="current">
69
+ <li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
70
+ <li class="toctree-l1 current"><a class="current reference internal" href="">Install bake</a></li>
71
+ <li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
72
+ <li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
73
+ <li class="toctree-l1"><a class="reference internal" href="../syntax/syntax.html">Syntax</a></li>
74
+ <li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
77
+ <li class="toctree-l1"><a class="reference internal" href="../performance/performance.html">Performance</a></li>
78
+ <li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
79
+ <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
81
+ </ul>
82
+ <ul>
83
+ <li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
84
+ </ul>
85
+ </ul>
86
+ </li>
87
+
88
+ <li class="dropdown">
89
+ <a role="button"
90
+ id="dLabelLocalToc"
91
+ data-toggle="dropdown"
92
+ data-target="#"
93
+ href="#">SubSections <b class="caret"></b></a>
94
+ <ul class="dropdown-menu localtoc"
95
+ role="menu"
96
+ aria-labelledby="dLabelLocalToc"><ul>
97
+ <li><a class="reference internal" href="#">Install bake</a><ul>
98
+ <li><a class="reference internal" href="#how-to-install-bake">How to install bake</a><ul>
99
+ <li><a class="reference internal" href="#example">Example</a></li>
100
+ </ul>
101
+ </li>
102
+ <li><a class="reference internal" href="#known-issues">Known Issues</a><ul>
103
+ <li><a class="reference internal" href="#the-installation-does-not-start">The installation does not start</a></li>
104
+ <li><a class="reference internal" href="#invalid-language-settings">Invalid Language Settings</a></li>
105
+ <li><a class="reference internal" href="#error-message-during-the-installation">Error Message During the installation</a></li>
106
+ </ul>
107
+ </li>
108
+ </ul>
109
+ </li>
110
+ </ul>
111
+ </ul>
112
+ </li>
113
+
114
+
115
+
116
+
117
+
118
+ <li>
119
+ <a href="../why_bake/why_bake.html" title="Previous Chapter: Why you should use bake"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Why you shoul...</span>
120
+ </a>
121
+ </li>
122
+ <li>
123
+ <a href="../quickstart/quickstart.html" title="Next Chapter: Quickstart"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Quickstart &raquo;</span>
124
+ </a>
125
+ </li>
126
+
127
+
128
+
129
+
130
+
131
+ </ul>
132
+
133
+
134
+
135
+ <form class="navbar-form navbar-right" action="../search.html" method="get">
136
+ <div class="form-group">
137
+ <input type="text" name="q" class="form-control" placeholder="Search" />
138
+ </div>
139
+ <input type="hidden" name="check_keywords" value="yes" />
140
+ <input type="hidden" name="area" value="default" />
141
+ </form>
142
+
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="container">
148
+ <div class="row">
149
+ <div class="col-md-12">
150
+
151
+ <div class="section" id="install-bake">
152
+ <h1>Install bake<a class="headerlink" href="#install-bake" title="Permalink to this headline">¶</a></h1>
153
+ <p>bake is a <a class="reference external" href="https://rubygems.org/">ruby gem</a>. It runs with <a class="reference external" href="https://www.ruby-lang.org/en/">Ruby</a> <strong>&gt;= 1.9</strong>.
154
+ bake and its depedencies can be found on <a class="reference external" href="https://rubygems.org/gems/bake-toolkit/">rubygems</a>, which is configured as ruby source per default.</p>
155
+ <div class="admonition attention">
156
+ <p class="first admonition-title">Attention</p>
157
+ <p class="last">The actual name of the bake gem is <a class="reference external" href="https://rubygems.org/gems/bake-toolkit/">bake-toolkit</a>.</p>
158
+ </div>
159
+ <div class="section" id="how-to-install-bake">
160
+ <h2>How to install bake<a class="headerlink" href="#how-to-install-bake" title="Permalink to this headline">¶</a></h2>
161
+ <p>Installing bake is very easy!</p>
162
+ <ol class="arabic">
163
+ <li><p class="first">Make sure you have installed <a class="reference external" href="https://www.ruby-lang.org/en/">Ruby</a> <strong>&gt;= 1.9</strong>.</p>
164
+ </li>
165
+ <li><p class="first">Istall the bake gem.</p>
166
+ <blockquote>
167
+ <div><div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> gem install bake-toolkit
168
+ </pre></div>
169
+ </div>
170
+ </div></blockquote>
171
+ </li>
172
+ </ol>
173
+ <div class="section" id="example">
174
+ <h3>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h3>
175
+ <div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> ruby -v <span class="c"># (Check if an apropriate ruby version is installed)</span>
176
+ <span class="go">ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]</span>
177
+
178
+ <span class="gp">User@Host:~$</span> gem install bake-toolkit <span class="c"># (Install the bake gem)</span>
179
+ <span class="go">Fetching: highline-1.6.15.gem (100%)</span>
180
+ <span class="go">Fetching: colored-1.2.gem (100%)</span>
181
+ <span class="go">Fetching: progressbar-0.11.0.gem (100%)</span>
182
+ <span class="go">Fetching: rgen-0.6.0.gem (100%)</span>
183
+ <span class="go">Fetching: rtext-0.2.0.gem (100%)</span>
184
+ <span class="go">Fetching: bake-toolkit-1.0.2.gem (100%)</span>
185
+ <span class="go">Successfully installed highline-1.6.15</span>
186
+ <span class="go">Successfully installed colored-1.2</span>
187
+ <span class="go">Successfully installed progressbar-0.11.0</span>
188
+ <span class="go">Successfully installed rgen-0.6.0</span>
189
+ <span class="go">Successfully installed rtext-0.2.0</span>
190
+ <span class="go">Successfully installed bake-toolkit-1.0.2</span>
191
+ <span class="go">7 gems installed</span>
192
+ <span class="go">Installing ri documentation for highline-1.6.15...</span>
193
+ <span class="go">Installing ri documentation for colored-1.2...</span>
194
+ <span class="go">Installing ri documentation for progressbar-0.11.0...</span>
195
+ <span class="go">Installing ri documentation for rgen-0.6.0...</span>
196
+ <span class="go">Installing ri documentation for rtext-0.2.0...</span>
197
+ <span class="go">Installing ri documentation for bake-toolkit-1.0.2...</span>
198
+ <span class="go">Installing RDoc documentation for highline-1.6.15...</span>
199
+ <span class="go">Installing RDoc documentation for colored-1.2...</span>
200
+ <span class="go">Installing RDoc documentation for progressbar-0.11.0...</span>
201
+ <span class="go">Installing RDoc documentation for rgen-0.6.0...</span>
202
+ <span class="go">Installing RDoc documentation for rtext-0.2.0...</span>
203
+ <span class="go">Installing RDoc documentation for bake-toolkit-1.0.2...</span>
204
+ </pre></div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ <div class="section" id="known-issues">
209
+ <h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this headline">¶</a></h2>
210
+ <div class="section" id="the-installation-does-not-start">
211
+ <h3>The installation does not start<a class="headerlink" href="#the-installation-does-not-start" title="Permalink to this headline">¶</a></h3>
212
+ <p><strong>Issue:</strong>
213
+ The installation of the bake gem does not start.
214
+ (This is often caused by a password protected internat proxy.)</p>
215
+ <p><strong>Solution:</strong></p>
216
+ <ul class="simple">
217
+ <li>Check your network connection.</li>
218
+ <li>Unlock the password protected proxy by opening an external webpage (e.g. <a class="reference external" href="https://www.google.com">google</a>) using your web browser.</li>
219
+ </ul>
220
+ </div>
221
+ <div class="section" id="invalid-language-settings">
222
+ <h3>Invalid Language Settings<a class="headerlink" href="#invalid-language-settings" title="Permalink to this headline">¶</a></h3>
223
+ <p><em>Issue:*</em>
224
+ The error parsers in bake assume English language.</p>
225
+ <p><strong>Solution:</strong></p>
226
+ <p>Adjust your language settings e.g by setting the environment variable <strong>LC_ALL</strong>.</p>
227
+ <p>Example:</p>
228
+ <blockquote>
229
+ <div><div class="highlight-console"><div class="highlight"><pre><span class="go">LC_ALL=en_US</span>
230
+ </pre></div>
231
+ </div>
232
+ </div></blockquote>
233
+ <div class="admonition note">
234
+ <p class="first admonition-title">Note</p>
235
+ <p class="last">Depending on the system and the compiler the way how to change the language might be different.</p>
236
+ </div>
237
+ </div>
238
+ <div class="section" id="error-message-during-the-installation">
239
+ <h3>Error Message During the installation<a class="headerlink" href="#error-message-during-the-installation" title="Permalink to this headline">¶</a></h3>
240
+ <p><strong>Issue:</strong>
241
+ Ruby throws an error during the installation.</p>
242
+ <p><strong>Solution:</strong>
243
+ Usualy you will see an error like this:</p>
244
+ <blockquote>
245
+ <div><div class="highlight-console"><div class="highlight"><pre><span class="go">ERROR: While generating documentation for ...</span>
246
+ <span class="go">... MESSAGE: Error while evaluating ...</span>
247
+ <span class="go"> undefined method `gsub&#39; for nil:NilClass ...</span>
248
+ </pre></div>
249
+ </div>
250
+ </div></blockquote>
251
+ <p>This is a ruby bug. However, the gems were installed correctly. You can avoid building the documentation by installing bake like this:</p>
252
+ <blockquote>
253
+ <div><div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> gem install bake-toolkit --no-rdoc --no-ri
254
+ </pre></div>
255
+ </div>
256
+ </div></blockquote>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+
262
+ </div>
263
+
264
+ </div>
265
+ </div>
266
+ <footer class="footer">
267
+ <div class="container">
268
+ <p class="pull-right">
269
+ <a href="#">Back to top</a>
270
+
271
+ </p>
272
+ <p>
273
+ &copy; Copyright 2015, E.S.R.Labs AG.<br/>
274
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
275
+ </p>
276
+ </div>
277
+ </footer>
278
+ </body>
279
+ </html>