Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansegginger committed Oct 7, 2015
2 parents 349719c + 1993d54 commit 300b354
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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!

0 comments on commit 300b354

Please sign in to comment.