Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial for linux users #74

Closed
bigartm opened this issue Dec 5, 2014 · 1 comment
Closed

Tutorial for linux users #74

bigartm opened this issue Dec 5, 2014 · 1 comment

Comments

@bigartm
Copy link
Collaborator

bigartm commented Dec 5, 2014

Currently there is no tutorial for linux users. The following commands are essential but can be found only in travis-ci script:

  • cp build/3rdparty/protobuf-cmake/protoc/protoc 3rdparty/protobuf/src/
  • cd 3rdparty/protobuf/python && python setup.py build && sudo python setup.py install && cd ../../..
  • export PYTHONPATH=pwd/src/python:$PYTHONPATH
  • export ARTM_SHARED_LIBRARY=pwd/build/src/artm/libartm.so

The option without 'sudo python setup.py install' also should be documented.

@sashafrey
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant