#==== # Getting the extension #==== Assuming you are in the Greensotne3 top-level (i.e. GSDL3SRCHOME) directory, (if not already done so) this extension can be checked out as follows: svn co https://svn.greenstone.org/gs3-extensions/structured-audio/trunk ext/structured-audio #==== # Compiling the extension #==== #-<> # #-- cd ext/structured-audio ./CREATE-VENV-PYTHON3.sh cd ../.. ln -s ext/structured-audio/SETUP-TOP-LEVEL.sh SETUP.sh ln -s ext/structured-audio/DEVEL-TOP-LEVEL.sh DEVEL.sh # If your python does not already have pyannote source ./SETUP.sh pip install pyannote #-- # # # Is the following needed?? source ./SETUP.sh cd ext/structured-audio ./CASCADE-MAKE.sh