opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
43 stars 11 forks source link

Question about proposed setup #60

Closed omnius45467 closed 8 years ago

omnius45467 commented 8 years ago

New to NARS, looking for direction on setup, environment specifications and if possible minimum requirements. I've been trying to run on unix environments with little success. For some reason I can't open the GUI when using lein repl.

patham9 commented 8 years ago

for newcomers supported way: Download the release package, make sure java8 is installed, then run the start script. For running it in the IDE, run the -main of lense.clj. If you fail here read Cursive/IntelliJ IDE tutorials, wait for future Wiki extensions, or tell us where you are stuck. Best regards, Patrick On 19 Jul 2016 13:04, "Jeremy" notifications@github.com wrote:

New to NARS, looking for direction on setup, environment specifications and if possible minimum requirements. I've been trying to run on unix environments with little success. For some reason I can't open the GUI when using lein repl.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/opennars/opennars2/issues/60, or mute the thread https://github.com/notifications/unsubscribe-auth/AH5qBUQ-05j0ItdjJ2iBV7SN6K34YFkBks5qXQOfgaJpZM4JP8pc .

omnius45467 commented 8 years ago

Thanks that is very helpful! Looking forward to the future of this project!