diff --git a/README.md b/README.md
index bd00b9d2068ee0aa6a1887896f4284784825bdff..03739c910bc46888711b852972a6fa7a8ada993a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
 ## ITADataSources
 
 ITADataSources is a C++ library for component-oriented audio streaming providing basic modules to manipulate samples in a block-based audio processing.
+It is marked deprecated because it will be substituted by the module-base ITAStreaming project in the future, but is still heavily used and updated.
+ITADataSources is a component from [ITACoreLibs](https://git.rwth-aachen.de/ita/ITACoreLibs), a collection of C++ libraries for virtual acoustics.
 
 ### License
 
 See [LICENSE](LICENSE.md) file.
+
+### Quick build guide
+
+Follow instructions from Wiki pages of [ITABase](https://git.rwth-aachen.de/ita/ITABase/wikis/home) project.