From e791f9e5e1aef0a987ba9e8624e487cdd68f9a8f Mon Sep 17 00:00:00 2001 From: Sandeep Choudhary Date: Mon, 29 Oct 2018 21:43:57 +0530 Subject: [PATCH] Remove the --profile portion of the configure command #55 (#90) --- developers/articles/development-getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developers/articles/development-getting-started.md b/developers/articles/development-getting-started.md index 6325f50..9f4b599 100644 --- a/developers/articles/development-getting-started.md +++ b/developers/articles/development-getting-started.md @@ -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.