Skip to content

Commit

Permalink
Remove the --profile portion of the configure command #55 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skchoudhary authored and akoeplinger committed Oct 29, 2018
1 parent f357333 commit e791f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion developers/articles/development-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Make sure you have git installed, and check MonoDevelop out from [GitHub](https:

Open a terminal in the top-level MonoDevelop directory, and run

[OS specific instruction](https://www.monodevelop.com/developers/building-monodevelop/)

``` bash
./configure --profile=core
./configure
```

It may fail because of missing dependencies; install them, and re-run the command.
Expand Down

0 comments on commit e791f9e

Please sign in to comment.