Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsdras Vidal Pereira <esdras015@gmail.com>2018-10-04 21:46:09 +0300
committerEsdras Vidal <esdras015@gmail.com>2018-10-04 22:46:21 +0300
commit4c5c4ba9a536523c5d813a67aabc7decc9afe71f (patch)
treeac5d82b887e7b8e03f79fe4bc104a40af86dc1bd /README.md
parent18bebc41110cae33421894e3b55cdad38ed86add (diff)
Refactoring README
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 12 insertions, 21 deletions
diff --git a/README.md b/README.md
index 8cceef964b..f4c0602eba 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
**MonoDevelop** is a full-featured integrated development environment (IDE) for mono using Gtk#.
-The MonoDevelop core is also the foundation for Visual Studio for Mac.
+The MonoDevelop core is also the foundation for Visual Studio for Mac.
Feel free to file bugs against Visual Studio for Mac here as well.
-See http://www.monodevelop.com for more info.
+See http://www.monodevelop.com for more info.
[![Build Status](http://jenkins.mono-project.com/job/test-monodevelop-mainline/badge/icon)](http://jenkins.mono-project.com/job/test-monodevelop-mainline/)
@@ -23,7 +23,7 @@ Compiling
---------
If you are building from Git, make sure that you initialize the submodules
-that are part of this repository by executing:
+that are part of this repository by executing:
`git submodule update --init --recursive`
If you are running a parallel mono installation, make sure to run all the following steps
@@ -46,8 +46,8 @@ There are two variables you can set when running `configure`:
* `core`: builds the MonoDevelop core only.
* `all`: builds everything
* `mac`: builds for Mac OS X
- * You can also create your own profile by adding a file to the profiles
-directory containing a list of the directories to build.
+
+**PS:** You can also create your own profile by adding a file to the profiles directory containing a list of the directories to build.
Disclaimer: Please be aware that the 'extras/JavaBinding' and 'extras/ValaBinding' packages do not currently work. When prompted or by manually selecting them during the './configure --select' step, make sure they stay deselected. (deselected by default)
@@ -97,12 +97,15 @@ Special Environment Variables
If this environment variable exists we assume we are compiling inside wrench.
We use this to enable raygun only for 'release' builds and not for normal
developer builds compiled on a dev machine with 'make && make run'.
-
+
Known Problems
-----------------------------
+```
"The type `GLib.IIcon' is defined in an assembly that is not referenced"
+```
+
This happens when you accidentally installed gtk-sharp3 instead of the 2.12.x branch version.
Make sure to 'make uninstall' or otherwise remove the gtk-sharp3 version and install the older one.
@@ -114,23 +117,11 @@ like the gtk-sharp3 as described before. You can delete the cache in $HOME/.conf
References
----------
-**MonoDevelop website**
-
-http://www.monodevelop.com
-
-**Gnome Human Interface Guidelines (HIG)**
-
-https://developer.gnome.org/hig/stable/
-
-**freedesktop.org standards**
-
-http://freedesktop.org/Standards/
-
-**Bugzilla**
+**[MonoDevelop website](http://www.monodevelop.com)**
-http://bugzilla.mozilla.org/bugwritinghelp.html
+**[Gnome Human Interface Guidelines (HIG)](https://developer.gnome.org/hig/stable/)**
-http://bugzilla.mozilla.org/page.cgi?id=etiquette.html
+**[freedesktop.org standards](http://freedesktop.org/Standards/)**
Discussion, Bugs, Patches
-------------------------