Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Update README.md #9682

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ There are two variables you can set when running `configure`:
* The install prefix: `--prefix=/path/to/prefix`

* To install with the rest of the assemblies, use:
`--prefix="pkg-config --variable=prefix mono"`
`--prefix="$(pkg-config --variable=prefix mono)"`

* The build profile: `--profile=profile-name`

* `stable`: builds the MonoDevelop core and some stable extra add-ins.
* `core`: builds the MonoDevelop core only.
* `all`: builds everything
* `gnome`: builds for Linux
* `windows`: builds for Windows
* `mac`: builds for Mac OS X

**PS:** You can also create your own profile by adding a file to the profiles directory containing a list of the directories to build.
Expand Down