<br><br><div class="gmail_quote">On Thu Dec 04 2014 at 11:27:45 AM Matthias Felleisen <<a href="mailto:matthias@ccs.neu.edu">matthias@ccs.neu.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
For those of you who have my level of experience with such things,<br>
here is what Sam's phrase "I *highly* recommend creating a new clone<br>
of the repository, and re-running `make`." means, for your value of<br>
the name 'plt2':<br>
<br>
$ git clone git:plt plt2<br>
$ cd plt2/<br>
$ git submodule init<br>
$ git submodule update<br>
$ make<br></blockquote><div><br></div><div>Exactly.</div><div><br></div><div>Note that the `git:plt` repository that Matthias uses here is an alias for `git.racket-lang.org:plt`. If you're not a committer, you'll want to use `git://<a href="http://git.racket-lang.org/plt.git`">git.racket-lang.org/plt.git`</a>. </div><div><br></div><div>Also, the submodule steps are needed on Windows and OS X, but not on Linux (which is why I forgot to mention them). </div><div><br></div><div>Sam</div></div>