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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-04-22 12:30:38 +0300
committerMarek Safar <marek.safar@gmail.com>2017-04-22 12:37:55 +0300
commitd03e819838c6241f92f90655cb448cc47c9e8791 (patch)
tree36fcb37a126de84d0d12e8e382e518272accec0e /README.md
parent159401dba01cfd958624fc084196f591030acd19 (diff)
Simplifies build setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4142fc58..d68caa7b 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,7 @@ If you've got `make` installed, you can run `make prepare all check`. The availa
You can also control some parameters from the command line:
If you want to compile in debug mode: `make all CONFIGURATION=Debug`
-If you want to use .NET to compile: `make all MSBUILD=msbuild` (xbuild is the default)
### Visual Studio
-Once you run `make prepare all` at least once (to compile dependencies), you can open the solution in
-_Visual Studio_ to compile and debug. Please note that the `CONFIGURATION` is `Release` by default. So if you want to
-compile in _Visual Studio_ in debug mode, you'll have to run `make prepare all CONFIGURATION=Debug`.
+Once you run `make prepare all` at least once (to restore submodules), you can open the solution in
+_Visual Studio_ to compile and debug.