Skip to content

Commit

Permalink
added readme with basic howto compile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpmichel committed Dec 15, 2013
1 parent 51ebbce commit b1c89a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions d/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

compile with dub
================

1. install dub : [from here](http://code.dlang.org/download)
2. compile & run with :
dub run


compile with dmd
================

dmd source/trivia.d source/game.d

and run :
./trivia


0 comments on commit b1c89a9

Please sign in to comment.