Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 960 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 960 Bytes

#wlcomp-python-cffi

###Python CFFI port for LComp library

##Requirements ###Windows requirements

  1. Python 3.3 for windows http://www.python.org/ftp/python/3.3.3/python-3.3.3.msi
  2. LComp library for Windows http://www.lcard.ru/download/lcomp.exe
  3. wlcomp library, windows branch https://github.com/qwerty19106/wlcomp/tree/windows
  4. python-cffi https://pypi.python.org/pypi/cffi

###Linux requirements

  1. Python 3.3 for linux aptitude install python3.3
  2. LComp library for Linux http://www.lcard.ru/download/lcomp_linux.tgz
  3. wlcomp library, linux branch https://github.com/qwerty19106/wlcomp/tree/linux
  4. python-cffi https://pypi.python.org/pypi/cffi

##Installation ###Standart python setup

  1. download https://github.com/qwerty19106/wlcomp-python-cffi/archive/master.zip
  2. unzip archive
  3. python3 setup.py install

###Install with pip (pip3 for Debian/Ubuntu)

  1. pip install https://github.com/qwerty19106/wlcomp-python-cffi.git