Coder Social home page Coder Social logo

ankka's Introduction

Ankka

Setting up the game

Ubuntu

  • Install necessary dependencies: sudo apt-get install -y libglu1-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev mesa-common-dev libx11-dev libgl1-mesa-dev libftgl-dev cpphs.
  • Install Cabal + GHC sudo apt-get install -y cabal-install-1.18 ghc-7.8.4. Recommended GHC version is 7.8.x. Recommended version of Cabal is 1.18.0.x (otherwise you may not be able to get ghc-mod to work). You may also install these as part of haskell-platform (which includes many other things as well -- but it's harder to specify particular versions this way). You may use newer versions of Cabal and GHC, but we have had issues with ghc-mod.
  • cabal update
  • cabal sandbox init
  • cabal install --only-dependencies
  • cabal configure

Windows

  • Install the Haskell platform from www.haskell.org
  • Download ftgl-2.1.3-vc11-64 (or 32bit) and place the binary DLL in SysWOW64
  • Do the same for freetype-2.5.5-vc12-64 (or 32bit)
  • cabal update
  • cabal sandbox init
  • Install FTGL: cabal install ftgl --extra-include-dirs="C:\ftgl-2.1.3-vc11-64\include" --extra-lib-dirs="C:\ftgl-2.1.3-vc11-64\lib" --reinstall --force-reinstalls
  • cabal install --only-dependencies
  • cabal configure

Running the game

  • cabal run

ankka's People

Contributors

kaisellgren avatar maglob avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ankka's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.