Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"Before you can run anything make sure you have GLib 2 and the Boehm-Demers-Weiser garbage collector installed."

Wow, that's a pretty skimpy list of dependencies. But..

"Make sure you're using Leiningen 2."

..argh, installing that on ubuntu that requires 110 packages. All that just for a build system?



> ..argh, installing that on ubuntu that requires 110 packages. All that just for a build system?

Don't install lein using the OS packaging system (apt, rpm, yum, etc.).

Instead, just grab the `lein` script (linked to from http://leiningen.org/ ), put it into your ~/bin, set it executable, and you're all set.


This. It's a lot easier to do it that way.


It's easier to get Lein as standalone. The Ubuntu package depends on half the build infrastructure of java, using really minimal parts of it here and there. If you just get the shell script and stuff it in your path, it can self-install a 10MB jar that has all it needs.


Wait, are you trying to install it as an APT package? It's probably easier to just download the script and install it that way. If you do that, it will install all the libraries to a folder in your home directory.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: