reorder cabal configure after install of dependencies
can't configure w/o all deps installed
This commit is contained in:
parent
163e69ae62
commit
33e5f2e532
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ which is a more stable and consistent version of the Hackage repository.
|
|||
|
||||
Inside the source tree, run:
|
||||
|
||||
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
|
||||
cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
|
||||
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
|
||||
cabal build -j
|
||||
PATH=$HOME/bin:$PATH
|
||||
cabal install --bindir=$HOME/bin
|
||||
|
@ -65,8 +65,8 @@ Using [Stackage](http://www.stackage.org/) is again a good idea here!
|
|||
|
||||
Once the C libraries are installed, run inside the source tree:
|
||||
|
||||
cabal configure
|
||||
cabal install -j --only-dependencies
|
||||
cabal configure
|
||||
cabal build -j
|
||||
PATH=$HOME/bin:$PATH
|
||||
cabal install --bindir=$HOME/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue