-
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme for tutorials to explain how to build & run the tutorials
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Eto.Forms Tutorials | ||
=================== | ||
|
||
How to Build | ||
------------ | ||
|
||
Before building the tutorials, load the Eto - MonoDevelop.sln or Eto - VisualStudio.sln solution and compile for Release mode. | ||
|
||
These tutorials use a script to copy the required platform dependencies: | ||
- buildapp.sh is used for MonoDevelop | ||
- buildapp.cmd is used for Visual Studio | ||
|
||
|
||
How to Run | ||
---------- | ||
|
||
You can run from the IDE, though on OS X an .app bundle is created in the output | ||
directory that you must run separately, otherwise it will run the GTK platform on OS X. | ||
|
||
To run the MonoMac platform directly in MonoDevelop for OS X, you must create a MonoMac | ||
project separate from your GUI executable project. See the Eto.Test.Mac application | ||
as an example of how this looks. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters