From: <Dr....@t-...> - 2011-12-14 08:44:07
|
HI John, i would highly recommend that you either use the Eclipse IDE or the Netbeans IDE. You can download the Eclipse IDE following this link: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/indigosr1 It comes with egit included. If you unzip that eclipse package into a folder the next step should be to go File->Import->Projects from Git Then clone -> git://rails.git.sourceforge.net/gitroot/rails/rails Next :) the rest should be selfexplanatory To start the game you select the project and click on Run -Runs as Java Application it will then scan the project and five you some entry points -select rails.Utils and the rails should start with the primary starting screen. Regards, Martin Von: John David Galt <jd...@di...> An: Development list for Rails: an 18xx game <rai...@li...> Betreff: Re: [Rails-devel] How do I get the source? Datum: Wed, 14 Dec 2011 02:38:52 +0100 On 2011-12-13 15:28, brett lentz wrote: > I believe all of the build functionality is contained in the Ant > build.xml, so you should be able to just run "ant build" to get the > source to build. I believe you can install Ant via Cygwin's installer, > too. > > For reference, Ant's docs are here: http://ant.apache.org/ Cygwin doesn't have ant, and maybe doesn't support it. I downloaded and unpacked the Ant distribution and set the PATH, but when I try to test the install by typing "ant" from the Cygwin shell, I get this: > $ ant > /cygdrive/c/Program Files/ant/bin/ant: line 2: $'r': command not found > /cygdrive/c/Program Files/ant/bin/ant: line 17: $'r': command not found > /cygdrive/c/Program Files/ant/bin/ant: line 24: syntax error near unexpected token > `$'dor'' > 'cygdrive/c/Program Files/ant/bin/ant: line 24: `for arg in "$@" ; do > > Root@Mikey ~ > $ ------------------------------------------------------------------------------ Cloud Computing - Latest Buzzword or a Glimpse of the Future? This paper surveys cloud computing today: What are the benefits? Why are businesses embracing it? What are its payoffs and pitfalls? http://www.accelacomm.com/jaw/sdnl/114/51425149/ _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |