Changeset 34688 for gs3-extensions


Ignore:
Timestamp:
2021-01-21T14:25:49+13:00 (3 years ago)
Author:
davidb
Message:

More updating of instruction text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/README.txt

    r34666 r34688  
    1717
    1818
     19
     20To build collections you need to have installed:
     21
     22  python3 (developer's version, which includes /usr/include/.../Python.h)
     23
     24To compile the code you need to have installed:
     25
     26  nasm
     27  git (optional -- essentia tar-ball is provided, but its './waf configure' runs 'git pull' to be fully up to date)
     28
     29# Static libraries for -lc, -lm, -lpthread to build essentia tools statically
     30 
     31  sudo yum install glibc-static
     32 
     33For the 'yum' package manager, if needed:
     34
     35  sudo yum install python3
     36  sudo yum install python3-devel
     37  sudo yum install nasm
     38
     39  sudo yum install git
     40
     41
    1942#====
    2043# Compiling the extension
     
    2952cd ../..
    3053
    31 ln -s ext/mars/SETUP.sh SETUP.sh
    32 ln -s ext/mars/DEVEL.sh DEVEL.sh
     54ln -s ext/mars/SETUP-TOP-LEVEL.sh SETUP.sh
     55ln -s ext/mars/DEVEL-TOP-LEVEL.sh DEVEL.sh
    3356
    3457# If your python does not already have 'six', 'sklearn', or 'matplotlib' then:
     
    5275
    5376
    54 Checking for 'libavcodec' >= 55.34.1     : not found
    55 Checking for 'libavformat'               : not found
    56 Checking for 'libavutil'                 : not found
    57 Checking for 'libavresample'             : not found
     77#Checking for 'libavcodec' >= 55.34.1     : not found
     78#Checking for 'libavformat'               : not found
     79#Checking for 'libavutil'                 : not found
     80#Checking for 'libavresample'             : not found
     81
     82pip install samplerate
     83
    5884Checking for 'samplerate'                : not found
    5985Checking for 'taglib' >= 1.9             : not found
Note: See TracChangeset for help on using the changeset viewer.