Hacker News new | ask | show | jobs
by ktosiek 5129 days ago
Basically he went from "I don't know how to build Eclipse plugins" to "they are too hard to build". I don't know how hard they are to build, but it seems there are some steps missing.

And most FOSS uses Autotools these days, so installation is just ./configure && make && sudo make install

1 comments

I'm not saying it's particularly hard, I'm saying it should be easy as hell.