Skip to content
Snippets Groups Projects
  • Dilawar Singh's avatar
    multiple fix to build system. · cc79e224
    Dilawar Singh authored
    - dont use python setup.py install . It does not work anymore if --prefix
      directory is not in PYTHONPATH.
    - Use python setup.py bdist -d INSTALL_DIR and let cmake unarchive and copy it
      to desired location. This is much better solution.
    cc79e224