Skip to content

Commit

Permalink
Updated for git
Browse files Browse the repository at this point in the history
  • Loading branch information
spockz committed Aug 23, 2012
1 parent 64f9c74 commit 3e13eb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.md
Expand Up @@ -76,11 +76,13 @@ Now build the UHC:


{% highlight bash linenos %} {% highlight bash linenos %}
$> cd somewhere $> cd somewhere
$> svn co https://subversion.cs.uu.nl/repos/project.UHC.pub/branches/js/EHC ehc $> git clone git://github.com/UU-ComputerScience/uhc.git
$> cd ehc $> cd uhc
$> git checkout js
$> cd EHC
$> autoconf $> autoconf
$> ./configure $> ./configure
$> make -j8 101/ehc && make -j8 101/ehclib EHC_VARIANT_TARGET=js $> make uhc && make 101/ehclib EHC_VARIANT_TARGET=js
{% endhighlight %} {% endhighlight %}


Optionally perform a `make install`. Optionally perform a `make install`.
Expand Down

0 comments on commit 3e13eb8

Please sign in to comment.