Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
fc164cd0
Commit
fc164cd0
authored
Aug 15, 2014
by
James Allen
Browse files
Include build-essentials
parent
19e61472
Changes
2
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
fc164cd0
...
...
@@ -247,9 +247,11 @@ module.exports = (grunt) ->
Either aspell is not installed or is not in your PATH.
On Ubuntu you can install aspell with:
sudo apt-get install aspell
Or on a mac:
brew install aspell
This is not a fatal error, but the spell-checker will not work
...
...
@@ -330,11 +332,11 @@ module.exports = (grunt) ->
grunt
.
log
.
error
"FAIL."
grunt
.
log
.
errorlns
"""
Either make is not installed or is not in your path.
On Ubuntu you can install make with:
sudo apt-get install build-essential
"""
return
callback
(
error
)
else
if
error
?
...
...
chef/cookbooks/packages/recipes/default.rb
View file @
fc164cd0
...
...
@@ -6,4 +6,5 @@
#
package
'git'
package
'vim'
\ No newline at end of file
package
'vim'
package
'build-essential'
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment