From: Jean-Philippe Bruyère Date: Wed, 12 Dec 2018 04:06:00 +0000 (+0100) Subject: update README X-Git-Tag: v0.8.7~28 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=145a54e95a780e42f8b0c390c4a6ae683b77af6b;p=jp%2Fcrow.git update README --- diff --git a/Crow/Icons/folder.svg b/Crow/Icons/folder.svg index 84caa4fb..185bdf9d 100644 --- a/Crow/Icons/folder.svg +++ b/Crow/Icons/folder.svg @@ -1,15 +1,29 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Crow/Templates/DirectoryView.template b/Crow/Templates/DirectoryView.template index 9faab17b..3b96d689 100755 --- a/Crow/Templates/DirectoryView.template +++ b/Crow/Templates/DirectoryView.template @@ -13,7 +13,7 @@ - +


- C.R.O.W. + C.R.O.W.

@@ -57,26 +57,6 @@ Please report bugs and issues on [GitHub](https://github.com/jpbruyere/Crow/issu ## Getting Start ### Requirements -- [mono >= 5.0](http://www.mono-project.com/download/) - [Cairo Graphic Library](https://cairographics.org/) >= 1.20 - [rsvg library](https://developer.gnome.org/rsvg/) for svg rendering -- [nuget](https://www.nuget.org/). -### Building from source - -_[Git](https://git-scm.com) has to be installed._ - -```bash -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 -xbuild /p:Configuration=Release Crow.sln # Build with Mono -``` - -### Using nuget - -* add [Crow.OpenTK NuGet package](https://www.nuget.org/packages/Crow.OpenTK/) to your project. -* Derive **CrowWindow** class. -* Load some widget in the **OnLoad** override with `CrowWindow.Load` . -* Build your project with **mono**. (**xbuild**) -- copy **Crow.dll.config** to output directory if you have trouble finding native libs. diff --git a/Tests/Showcase.cs b/Tests/Showcase.cs index ca72bf10..d9802dcf 100644 --- a/Tests/Showcase.cs +++ b/Tests/Showcase.cs @@ -51,8 +51,7 @@ namespace tests //I set an empty object as datasource at this level to force update when new //widgets are added to the interface app.crowContainer.DataSource = new object (); - app.hideError (); - app.LoadIMLFragment(@""); + app.hideError (); app.Run(); }