@@ -7,16 +7,9 @@ There are also binding interfaces for oter languages, like Matlab ([VAMatlab](ht
For the [ViSTA framework](https://devhub.vr.rwth-aachen.de/VR-Group/ViSTA), the [VistaMedia/Audio](http://devhub.vr.rwth-aachen.de/VR-Group/VistaMedia) add-on has an implementation that can run a VA core or control a remote VA server.
### Quick build guide
VA uses [CMake](http://www.cmake.org) and the [VistaCMakeCommon](https://git.rwth-aachen.de/ita/VistaCMakeCommon) build environment to generate project files and find dependend libraries.
An LGPL-licensed release of ViSTA and VistaCMakeCommon can be found at [Sourceforge/VistaVRToolkit](https://sourceforge.net/projects/vistavrtoolkit/files).
The source code may be obtained from a [cloned repository](https://git.rwth-aachen.de/ita/ViSTA.
### License
Copyright 2015-2016 Institute of Technical Acoustics, RWTH Aachen University
Copyright 2015-2017 Institute of Technical Acoustics, RWTH Aachen University
Licensed under the Apache License, Version 2.0 (the "License");
you may not use files of this project except in compliance with the License.
...
...
@@ -29,3 +22,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
### Quick build guide
It is recommended to clone and follow the build guide of the parent project [VA](https://git.rwth-aachen.de/ita/VA), which includes this project as a submodule.