source: gs3-extensions/structured-audio/trunk/README.txt@ 37045

Last change on this file since 37045 was 36131, checked in by davidb, 2 years ago

Initial set of files for Structured Audio extension

File size: 733 bytes
Line 
1#====
2# Getting the extension
3#====
4
5Assuming you are in the Greensotne3 top-level (i.e. GSDL3SRCHOME) directory,
6(if not already done so) this extension can be checked out as follows:
7
8 svn co https://svn.greenstone.org/gs3-extensions/structured-audio/trunk ext/structured-audio
9
10
11#====
12# Compiling the extension
13#====
14
15#-<>
16# <One-time-only>
17#--
18
19cd ext/structured-audio
20./CREATE-VENV-PYTHON3.sh
21cd ../..
22
23ln -s ext/structured-audio/SETUP-TOP-LEVEL.sh SETUP.sh
24ln -s ext/structured-audio/DEVEL-TOP-LEVEL.sh DEVEL.sh
25
26# If your python does not already have pyannote
27source ./SETUP.sh
28pip install pyannote
29
30#--
31# </One-time-only>
32#</>
33
34
35
36# Is the following needed??
37
38source ./SETUP.sh
39cd ext/structured-audio
40./CASCADE-MAKE.sh
41
42
43
Note: See TracBrowser for help on using the repository browser.