第一种(困难形):

      第一步:在终端查看是否有uliweb?

           下载工具:apt-get install python-setuptools easy_install uliweb easy_install plugs easy_install sqlalchemy

          无法下载应该是你的工作环境无法访问外网。

      第二步:在代码根目录输入: git clone https://github.com/zhangchunlin/scancopyright.git

          在根目录产生一个 scancopyright文件包

      第三步:cd scancopyright目录下

          ln -s 代码根目录路径 target_project

      第四步:uliweb syncdb (if you want to recreate database use: uliweb reset)

          uliweb scall

      第五步:uliweb runserver 

          在浏览器上输入网址 : http://localhost:8000

          根目录会出现各种颜色,网址http://localhost:8000上面有说明,一般导不出来是因为,

          Proprietary 和 GPL 文件在同一目录发生冲突,

           解决方法:第一种:把Proprietary 文件删除

                第二种:把Proprietary 文件赋予厂家许可证即可

          可以参考相关网址:http://uliweb.clkg.org/tutorial/view_chapter/153#toc5

                   https://github.com/zhangchunlin/scancopyright

    第二种(简单):根据展讯、高通、MTK平台提供路径进行扣取代码