ContentMine / quickscrape

A scraping command line tool for the modern web
MIT License
259 stars 43 forks source link

installation on ubuntu 14.04 server #19

Closed emanuil-tolev closed 10 years ago

emanuil-tolev commented 10 years ago

I'm sure you're extremely keen to hear all about yet more installation woes :).

In Vagrant a lot of things are a bit weird (the commands don't run in a tty for example, but that shouldn't affect anything). Also node can't seem to access some directories - but tries to compensate by reverting to a temporary build dir.

We'll come back to those potential problems if what's below isn't enough to resolve it.

[some permission problems and tty warnings]
[...]
make: g++: Command not found
make: *** [Release/obj.target/contextify/src/contextify.o] Error 127

I think build-essential might be missing from your install instructions - I'll confirm this and reply to this issue.

blahah commented 10 years ago

Previously I was doing this on Ubuntu Vagrant:

apt-get install -y python g++ make
emanuil-tolev commented 10 years ago

OK, great. Those are all there it seems after apt-get build-essential . It also works, more importantly. I'll try it with the examples now.