Skip to content

Codas/p2p-ws-13-14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2p-ws-13-14

Windows Dev

Everyone who uses the command line should really ditch cmd.exe and use an alternative like Console2.

Git

For everyone who does not want to use the command line version (but you should! :wink:), or does not like the eclipse intergration (do NOT use that one xD), I can recommend Github for Windows or Tortoise Git.

Haskell

in order to get the server / Haskell version to run you need a dev. version of the threepenny GUI library.

Assuming you have git, haskell ghc and cabal up and running (via the Haskell Platform for example), only 6 steps are needed.

  1. (in temp dir:) git clone https://github.com/HeinrichApfelmus/threepenny-gui.git
  2. cd threepenny-gui
  3. git checkout origin/develop
  4. cabal install
  5. in haskell project dir: cabal install --only-dependencies
  6. in haskell project src dir: runhaskell Server.hs

Subsequently, only the last (on last two on updated dependencies) step is needed to start the server.

Good Haskell resources:

go version

Get go here: http://golang.org/doc/install#windows

To compile, use go build <file>

Protocol

For the protocol discussion see protocol draft

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages