You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install Hugo from source on a Windows machine where I already have Git and Go installed, where I used the instructions from the docs:
mkdir $HOME/src
cd$HOME/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install --tags extended
However, I get the following error:
C:\tools\Hugo\src (master -> origin)
λ go install --tags extended
# github.com/wellington/go-libsass/libs
exec: "gcc": executable file not found in %PATH%
What should I do as a workaround?
Thank you for the support,
Carlos Soares
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to install Hugo from source on a Windows machine where I already have Git and Go installed, where I used the instructions from the docs:
However, I get the following error:
What should I do as a workaround?
Thank you for the support,
Carlos Soares
The text was updated successfully, but these errors were encountered: