-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/woopsa-protocol/Woopsa
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Woopsa | ||
The Woopsa libraries for creating servers and clients | ||
|
||
## I just want the freaking library! | ||
The latest release is part of the git repository, in the well-named **Release** directory. It contains the .NET and JavaScript versions of the Woopsa library, as well as a few examples to get started! | ||
|
||
## Getting started | ||
All the information you need is available on www.woopsa.org/get-started | ||
|
||
## Building / Making a release | ||
### Windows | ||
Run the make-release-windows.bat file. This will | ||
* Build the .NET library | ||
* Build the WoopsaDemo server | ||
* Minify/uglify the JavaScript library | ||
* Copy all those things in the ``Release`` directory | ||
|
||
System requirements: | ||
* Visual Studio Professional 2013 or newer (requires devenv to be in your ``PATH`` variable) | ||
* Uglifyjs (requires nodejs) | ||
|
||
### Linux/MacOS | ||
A build/release script is coming soon! |