infinilabs / crawler

🕷️ An easy-to-use spider written in Golang. (previous named GOPA.)
Other
305 stars 82 forks source link

make issue #25

Closed haoglehaogle closed 6 years ago

haoglehaogle commented 6 years ago

hello, When I build from source, I get follow error:

_** make build building GOPA 0.11.0SNAPSHOT generate static files /bin/bash: esc: command not found Makefile:115: recipe for target 'update-ui' failed make: * [update-ui] Error 127

igofreely commented 6 years ago

I got the same problem when "make build" How to get the esc command by https://github.com/infinitbyte/esc? By the way,where is the "build.bat" for windows compile gone?

medcl commented 6 years ago

regarding ego or esc not found, please make sure your config the PATH, check out this issue, https://github.com/infinitbyte/gopa/issues/21

medcl commented 6 years ago

regarding the build.bat, I removed it from the source, you can use a standard command go build to build the binary. can you give a try?

medcl commented 6 years ago

Fixed with https://github.com/infinitbyte/gopa/commit/d9f3fc1816f89f2847307ed0eebaa80a2652a459