From 3e37c872e74252ec4206a49e9032a891a595c1b0 Mon Sep 17 00:00:00 2001 From: jp Date: Wed, 17 Aug 2016 15:07:20 +0200 Subject: [PATCH] remove building info --- index.html | 10 ---------- 1 file changed, 10 deletions(-) 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)
    - -- 2.47.3