We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f96870 + 796304a commit 7dc1f75Copy full SHA for 7dc1f75
1 file changed
Building.md
@@ -89,6 +89,18 @@ Launch DotDevelop, using one of the 2 options
89
mono main/build/bin/MonoDevelop.exe
90
```
91
92
+## Building using Dotdevelop
93
+once you have a sucessfull build on Linux you can also start Dotdevelop for building Dotdevelop
94
+```bash
95
+git clone -b main https://github.com/dotdevelop/dotdevelop.git
96
+git submodule update --init
97
+cd main
98
+nuget restore
99
+```
100
+
101
+open Main.sln from Dotdevelop
102
+select Mondevelop.Startup and DebugGnome!!
103
104
### Verify .NET Core Debugger is attached
105
106
1. Launch, MonoDevelop
0 commit comments