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

Problem building clstm #127

Open
pcouderc12 opened this issue May 4, 2017 · 2 comments
Open

Problem building clstm #127

pcouderc12 opened this issue May 4, 2017 · 2 comments

Comments

@pcouderc12
Copy link

Sorry, I am novice.

I have followed the instructions on stretch (replacing libprotobuf9 with libprotobuf10 ?) :
sudo apt-get install scons libprotobuf-dev libprotobuf9 protobuf-compiler libpng-dev libeigen3-dev swig

scons
scons install
I have succsfully excuted ./run-tests

But I do not find any clstmocr or any clstm utility

@kba
Copy link
Collaborator

kba commented May 7, 2017

You mean, after running scons in the checked out repository, you do not have ./clstmocr, clstmocrtrain etc.?

If that is the case, then compilation went wrong, please post the output of scons.

scons install will only install the library and headers, not the command line tools, so you won't have clstmocr in your path, that is to be expected. Just run the command line tools from the cloned repo root.

@stweil
Copy link
Contributor

stweil commented May 7, 2017

Build succeeds on Debian Stretch, but scons install only installs /usr/local/include/clstm.h and /usr/local/lib/libclstm.a as @kba said.

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

No branches or pull requests

3 participants