Skip to content

Commit

Permalink
Update integrated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 1, 2012
1 parent d7fa8ad commit 4fba679
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.markdown
Expand Up @@ -60,21 +60,12 @@ git checkout ghc-7.4
./sync-all -r https://github.com/ghc get
./sync-all -r https://github.com/ghc get
./sync-all -r https://github.com/ghc get
./sync-all checkout ghc-7.4
./sync-all -r https://github.com/ghcjs --ghcjs get
./sync-all checkout ghc-7.4
</pre>

(I find the gets from github often fail hence the 4 of them)

<pre>
cd libraries/Cabal
git remote add ghcjs https://github.com/ghcjs/packages-Cabal.git
git pull ghcjs
git branch ghcjs-7.4 ghcjs/ghc-7.4
git checkout ghcjs-7.4
cd ../..
</pre>

Build
-----

Expand Down

0 comments on commit 4fba679

Please sign in to comment.