Skip to content

Commit

Permalink
Update README build instructions for new dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
colah committed Dec 13, 2012
1 parent 47cc723 commit 1c4ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -240,7 +240,7 @@ Try ImplicitCAD!
* Latest release:
* Use cabal to install ImplicitCAD: `cabal update && cabal install implicit`
* Development version:
* Install the dependencies: `cabal update && cabal install hashmap parallel parsec plugins`
* Install the dependencies: `cabal update && cabal install hashmap parallel parsec plugins JuicyPixels blaze-builder blaze-markup blaze-svg storable-endian unordered-containers vector-space`
* Git clone this repo: `git clone https://github.com/colah/ImplicitCAD.git`
* cd in: `cd ImplicitCAD/`
* cabal install it: `cabal configure && cabal install`
Expand Down

0 comments on commit 1c4ac85

Please sign in to comment.