From c882ffcdd7bcac7418b5d8256484e2b04e02cc4e Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Mon, 20 Jun 2016 13:18:28 +0000 Subject: Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bfc7d4e..1f042e7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ShiftOS +[![Join the chat at https://gitter.im/MichaelTheShifter/ShiftOS-C-](https://badges.gitter.im/MichaelTheShifter/ShiftOS-C-.svg)](https://gitter.im/MichaelTheShifter/ShiftOS-C-?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Welcome to the official C# rewrite of the original ShiftOS 0.0.9. It is led by Michael VanOverbeek and developed by the community. ShiftOS C# is licensed under the GNU General Public License 3.0. Before making any changes, I cannot stress this enough - PLEASE read the license document found in the root of the project. -- cgit v1.2.3 From 75516ee42dfb89cbe60cb3d1f0121381bc39317f Mon Sep 17 00:00:00 2001 From: Michael VanOverbeek Date: Wed, 6 Jul 2016 18:47:16 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9817b25..60645ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ShiftOS -[![Join the chat at https://gitter.im/MichaelTheShifter/ShiftOS-C-](https://badges.gitter.im/MichaelTheShifter/ShiftOS-C-.svg)](https://gitter.im/MichaelTheShifter/ShiftOS-C-?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/MichaelTheShifter/ShiftOS-C-](https://badges.gitter.im/MichaelTheShifter/ShiftOS-C-.svg)](https://gitter.im/MichaelTheShifter/ShiftOS-C-?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build status](https://ci.appveyor.com/api/projects/status/w40gyl8c2x2wy5su/branch/master?svg=true)](https://ci.appveyor.com/project/MichaelTheShifter/shiftos-c/branch/master) Welcome to the official C# rewrite of the original ShiftOS 0.0.9. It is led by Michael VanOverbeek and developed by the community. -- cgit v1.2.3 From 3bb84b6cdf4fd2a432cf4dc82289bf19d3d45392 Mon Sep 17 00:00:00 2001 From: Michael VanOverbeek Date: Fri, 22 Jul 2016 21:40:00 -0400 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 60645ab..e16aa1c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ ShiftOS C# is licensed under the GNU General Public License 3.0. Before making a Most of the code you'll be using in ShiftOS is documented and Visual Studio will tell you what it all means. +## Can't build the source code? + +There is a bug with the `Baseclass.Contrib.Nuget.Output` package which is a dependency of the GeckoFX webrenderer that causes it to access a DLL that doesn't exist. This will prevent you from compiling the code. To fix it however, I have supplied a copy of the file that's accessing the non-existent DLL in the `source` directory. Copy it to the `source\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets` file and try rebuilding again. + +The reason you'll experience this issue is because the `packages` directory is in the .gitignore file to prevent even worse side effects and because it's normally a bad practice to hold binaries in a source directory on Git. (**Hypocritical note:** I'm a hypocrite for saying that as some dependencies that aren't supplied by NuGet (well they are but we don't use them) don't get brought over to our AppVeyor build server so they have to be supplied in the code or the build will always fail.) + ## How to contribute You can contribute by forking the source code to your own repo, and pulling it down to your computer using a Git client. We recommend GitHub for Desktop. You can also use Atlassian SourceTree, or any other Git clients. It's up to you. -- cgit v1.2.3 From af48e774189596b8d7a058c564a7d6d75205ca03 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 23 Jul 2016 13:48:21 -0700 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index e16aa1c..b8f5731 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# THIS BRANCH IS ON FEATURE FREEZE. PLEASE DEVELOP ON PR #17! # ShiftOS [![Join the chat at https://gitter.im/MichaelTheShifter/ShiftOS-C-](https://badges.gitter.im/MichaelTheShifter/ShiftOS-C-.svg)](https://gitter.im/MichaelTheShifter/ShiftOS-C-?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build status](https://ci.appveyor.com/api/projects/status/w40gyl8c2x2wy5su/branch/master?svg=true)](https://ci.appveyor.com/project/MichaelTheShifter/shiftos-c/branch/master) -- cgit v1.2.3