How do I install Clojure 1.3 with contribs on RHEL 6.1 / JDK7?

情到浓时终转凉″ 提交于 2019-12-13 15:07:58

问题


I've been struggling a bit trying to get this to work. Getting clojure 1.3 was a breeze, but now I've been trying to get contrib libraries to install and I get errors. Is there a guide on how to do this correctly?


回答1:


The old clojure.contrib monolithic library is incompatible with clojure 1.3. See http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go

As for how to install libraries correctly, either write your own pom.xml and use maven or use leiningen (much easier!) - https://github.com/technomancy/leiningen



来源:https://stackoverflow.com/questions/8617541/how-do-i-install-clojure-1-3-with-contribs-on-rhel-6-1-jdk7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!