Skip to content

Commit 7dc1f75

Browse files
Merge pull request #135 from MakiWolf/updatebuildingusingdotdevelop
Update building using dotdevelop
2 parents 2f96870 + 796304a commit 7dc1f75

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Building.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ Launch DotDevelop, using one of the 2 options
8989
mono main/build/bin/MonoDevelop.exe
9090
```
9191

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+
92104
### Verify .NET Core Debugger is attached
93105

94106
1. Launch, MonoDevelop

0 commit comments

Comments
 (0)