Skip to content

Commit

Permalink
Updated Mono download instructions for Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Mar 5, 2015
1 parent 4f6b7cd commit 13d52b1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,7 @@ We depend on a somewhat recent version of Mono (.NET 4.5). Ubuntu 14.04 contains
sudo apt-get install mono-devel
```

If you're using a pre-14.04 Ubuntu-based distribution you can install an up-to-date version from: https://launchpad.net/~directhex/+archive/monoxide.

```shell
sudo add-apt-repository ppa:directhex/monoxide
sudo apt-get update
sudo apt-get install mono-devel
```
If you are using another distribution then please look into the [download page](http://www.mono-project.com/download/#download-lin) on the Mono website.

Generate the makefiles, and build CppSharp:

Expand Down

1 comment on commit 13d52b1

@txdv
Copy link
Contributor

@txdv txdv commented on 13d52b1 Mar 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, I wanted to do that! =]

Please sign in to comment.