Skip to content
This repository was archived by the owner on Apr 11, 2018. It is now read-only.

Commit 3b3324a

Browse files
authored
Create README.md
1 parent f8d4874 commit 3b3324a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# A simple .run installer for MonoDevelop
2+
3+
This is a simple .run installer for the newest version of MonoDevelop. I created this since the flatpak version is still quite unstable (flatpak version sandboxes the app which hides the system folders from it, this makes debugging stuff which requires system libraries impossible since they can't load system libs, and there are also problems with using MonoGame for example which is depandand on the content builder, which gets installed in /usr).
4+
5+
This uses MonoDevelop binaries from @fusion809 PKBUILD repo for Arch Linux: https://github.com/fusion809/PKGBUILDs
6+
7+
## Installing
8+
9+
To install simply download a release and do:
10+
```
11+
chmod +x monodevelop-{version}.run
12+
./monodevelop-{version}.run
13+
```
14+
where you replace `{version}` with the version you've downloaded.
15+
16+
## Building installer from source
17+
18+
To build from source, simply download and call the generate script as seen bellow:
19+
```
20+
git clone https://github.com/cra0zy/monodevelop-run-installer.git
21+
cd monodevelop-run-installer
22+
./generate.sh
23+
```

0 commit comments

Comments
 (0)