src/ldt/README
changeset 1447 470130d647cb
parent 888 77d216688495
equal deleted inserted replaced
1446:d9118234d197 1447:470130d647cb
    72 Will launch all the tests of the api
    72 Will launch all the tests of the api
    73 
    73 
    74 For example :
    74 For example :
    75 	python manage.py test ldt_utils
    75 	python manage.py test ldt_utils
    76 Will launch all the test defined in /ldt_utils/tests	
    76 Will launch all the test defined in /ldt_utils/tests	
       
    77 
       
    78 ==============
       
    79 Building Metadataplayer
       
    80 ==============
       
    81 
       
    82 Run the script in sbin/build/ folder to build the metadataplayer from the sources.
       
    83 	cd sbin/build
       
    84 	bash compil-mdp-from-sources <mdplayer_repo_path>
       
    85 	
       
    86 Alternatively you can put a "mdplayer_path" file (containing the ABSOLUTE path to the metadataplayer repository) to the sbin/build repo then call the script without argument
       
    87 	cd sbin/build
       
    88 	bash compil-mdp-from-sources