strike out old info
This commit is contained in:
parent
bc62c1a711
commit
6ec3b744e3
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
@ -32,10 +32,6 @@ For building the game you need an installation of `ghc` and `cabal-install`.
|
||||||
There is a `shell.nix` file to build you a nix-shell environment as build
|
There is a `shell.nix` file to build you a nix-shell environment as build
|
||||||
environment. There is only one assumption in this file:
|
environment. There is only one assumption in this file:
|
||||||
|
|
||||||
Aou have to have a recent version of
|
|
||||||
[Affection](https://github.com/nek0/affection) lying right beside the project
|
|
||||||
folder. I have not yet released the needed version of the engine on hackage.
|
|
||||||
|
|
||||||
To get the build environment, just run
|
To get the build environment, just run
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -78,13 +74,6 @@ cabal sandbox init
|
||||||
|
|
||||||
in a terminal in the project folder.
|
in a terminal in the project folder.
|
||||||
|
|
||||||
After that you need to add the source location for the game engine to the
|
|
||||||
sandbox, which you need to have cloned on your disc beforehand. This is done by
|
|
||||||
|
|
||||||
```
|
|
||||||
cabal sandbox add-source /path/to/affection/
|
|
||||||
```
|
|
||||||
|
|
||||||
Now your sandbox is ready for installing all haskell dependencies by invoking
|
Now your sandbox is ready for installing all haskell dependencies by invoking
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue