I am trying to install the package Cpp. However, I get an error when
building it. I have been trawling different forums but have not managed to
solve it.
julia> Pkg.add("Cpp")
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
INFO: Cloning cache of Cpp from git://github.com/timholy/Cpp.jl.git
INFO: Installing Cpp v0.1.0
INFO: Building Cpp
=================================[ ERROR: Cpp
]=================================
LoadError: could not spawn `make`: no such file or directory (ENOENT)
while loading C:\Users\Joel\.julia\v0.4\Cpp\deps\build.jl, in expression
startin
g on line 1
================================================================================
================================[ BUILD ERRORS
]================================
WARNING: Cpp had build errors.
- packages with build errors remain installed in C:\Users\Joel\.julia\v0.4
- build the package(s) and all dependencies with `Pkg.build("Cpp")`
- build a single package by running its `deps/build.jl` script
================================================================================
Could anyone shed some light? Bear with me, I am new to Julia (background
in Matlab (for context)).
Thanks in advance!