Started converting readme to markdown in preparation for the linux build guide.

This commit is contained in:
Jonas Erlandsson 2012-02-11 21:24:00 +01:00
parent c9cfd31b29
commit c5b02cff4a
1 changed files with 28 additions and 0 deletions

28
README.md Normal file
View File

@ -0,0 +1,28 @@
# Version 2.2.0 dev
This is the new cAudio 2.2.0 Dev . This release is mainly a bug fix release.
Visit our site at http://caudio.deathtouchstudios.com/ for news and information.
To get help, report bugs, or talk about cAudio visit our forums at: http://www.memoryoffset.com/forum
## Changelog
* C# Bindings as well has tutorials and demo application
* Cmake Build System
* Remove unneeded mutex/locks from dataFactory->CreateDataSource
* Replace include guards with #pragma once
* BugFixes,
* cAudio Source are now cleared
# Compiling
## Windows
To compile:
Install CMake if you don't allready have it. http://www.cmake.org/cmake/resources/software.html
To generate makefiles use: `cmake . -DCAUDIO_DEPENDENCIES <Path to the Dependencies folder>`. You can also use the graphical cmake utility
## Linux