From: jp Date: Wed, 17 Aug 2016 13:07:20 +0000 (+0200) Subject: remove building info X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=3e37c872e74252ec4206a49e9032a891a595c1b0;p=jp%2Fcrow.git remove building info --- diff --git a/index.html b/index.html index 47500b17..c11f332a 100644 --- a/index.html +++ b/index.html @@ -78,16 +78,6 @@ variables are bound to the interface very easily and with the full transparency,
  • Proportionnal layouting.
  • -

    - Building -

    - -
    git clone https://github.com/jpbruyere/Crow.git     # Download source code from github
    -cd Crow                                             # Enter the source directory
    -nuget restore Crow.sln                              # Restore nuget packages
    -msbuild /p:Configuration=Release Crow.sln           # Build on .Net (Windows)
    -xbuild  /p:Configuration=Release Crow.sln           # Build on Mono (Linux / Mac OS X)
    -