Commit 1aab5f03 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

update README.md

parent 757a23a7
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
- [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages
- NumPy (`pip install numpy`)
- H5py (`pip install h5py`)
- SciPy (`pip install scipy`) for [`../../scripts/pyaudio3dtools`](../../scripts/pyaudio3dtools) packages
- C/C++ compiler 
   - Linux (Ubuntu) :
     ```shell
@@ -56,6 +55,8 @@
     mkdir build
     cd build
     cmake ..
     # it may be necessary to define PYTHON_EXECUTABLE if you are using a virtual environment on Windows
     # cmake -DPython_EXECUTABLE="C:\Users\username\.conda\envs\ivas\python.exe" ..
     cmake --build .
     cd ..
     ```
@@ -78,7 +79,7 @@
     mkdir build
     cd build
     cmake ..
     cmake --build .
     cmake --build . --config Release
     cd ..
     ```
   - `tables_format_converter` executable shall be in the folder [`../../scripts/binauralRenderer_interface/Table_Format_Converter/`](../../scripts/binauralRenderer_interface/Table_Format_Converter)