Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Jun 10, 2015
1 parent 0a5f607 commit 7954ef6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JabbR v2 [![Build Status](https://travis-ci.org/alfhenrik/JabbRv2.svg?branch=dev)](https://travis-ci.org/alfhenrik/JabbRv2)
# JabbR v2 [![Build Status](https://travis-ci.org/JabbR/JabbRv2.svg?branch=dev)](https://travis-ci.org/JabbR/JabbRv2)

JabbR is a xplat chat web application built with ASP.NET 5 and MVC 6 using SignalR.

Expand All @@ -15,6 +15,8 @@ JabbRv2 is a web application built on ASP.NET 5, to build and develop JabbRv2 yo
- [Windows](https://github.com/aspnet/home#getting-started-on-windows)
- [OS X](https://github.com/aspnet/home#os-x)

*NB: If you are on OS X and you run into the following error [System.InvalidProgramException: Invalid IL code](https://github.com/aspnet/SignalR-Server/issues/93), you will need to ensure that you have installed the latest Mono release `Cycle 5 Service Release 1 (4.0.1.44)`, built mono from source using their [One Stop Shop Build Script (32-bit)](http://www.mono-project.com/docs/compiling-mono/mac/#one-stop-shop-build-script-32-bit) or install one of the weekly snapshot builds that the mono project provide [here](http://www.mono-project.com/docs/getting-started/install/weekly-packages/).*

### Code editor

If you are on Windows you can download and install [Visual Studio 2015 RC](https://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs.aspx)
Expand All @@ -34,8 +36,7 @@ cd JabbRv2

### OSX

If you want to build and develop JabbRv2 on OSX there's a few little hoops that you will have to jump through to get it buildind and running.
- There's currently a bug in the latest public build of Mono (4.0.1) that causes [System.InvalidProgramException: Invalid IL code](https://github.com/aspnet/SignalR-Server/issues/93), the workaround for this is to build Mono from source using their [One Stop Shop Build Script (32-bit)](http://www.mono-project.com/docs/compiling-mono/mac/#one-stop-shop-build-script-32-bit) or install one of the weekly snapshot builds that the mono project provide [here](http://www.mono-project.com/docs/getting-started/install/weekly-packages/).
If you want to build and develop JabbRv2 on OSX there's a little hoop that you will have to jump through to get it building and running.
- There's an issue in the KestrelHttpServer that causes a [server deadlock](https://github.com/aspnet/KestrelHttpServer/issues/103), there is a workaround for this and we've included that in the source (`KestrelWorkaround.cs`).

Once you have the latest mono installed, run the below:
Expand All @@ -46,4 +47,4 @@ cd JabbRv2
```

## Contribute
We welcome contributions from experienced developers. You can get involved by logging bugs in github, hacking on the source, or discussing issues / features in the [#meta](https://jabbr.net/#/rooms/meta) room on JabbR.
We welcome contributions from experienced developers. You can get involved by logging bugs in github, hacking on the source, or discussing issues / features in the [#meta](https://jabbr.net/#/rooms/meta) room on JabbR.

0 comments on commit 7954ef6

Please sign in to comment.