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

How to compile and use? #1

Open
deepcodingman opened this issue Dec 29, 2017 · 6 comments
Open

How to compile and use? #1

deepcodingman opened this issue Dec 29, 2017 · 6 comments

Comments

@deepcodingman
Copy link

Excellent project.
Do you have instructions to compile and use this project to build my own visualization video on Kitti datafiles?

@SilvioGiancola
Copy link

Hi, I am also interested by this very nice project, any instruction for the compilation? Thanks

@nghiattran
Copy link
Owner

Thanks for being interested in this project. I hacked this project a while ago in within a month so its code is quite messy at the moment. I will spend a bit of time this weekend to clean up and write up a documentation for it.

@SilvioGiancola
Copy link

Thanks! Looking forward for your code, it looks very nice from the screenshots, it's a powerful visualization tool for KITTI.

@nghiattran
Copy link
Owner

@SilvioGiancola @deepcodingman Updated README with a guide to compile and run this project.

@SilvioGiancola
Copy link

Thanks @nghiattran ! I tested the compilation but I have some issue with the depedency. I have code::blocks, the KITTI dataset and OpenGL working on an Ubuntu 16.04 workstation, I kind of inferred some extra libraries I had to install (sudo apt-get install libsfml-dev libglm-dev libglew-dev libfreetype6-dev) but I still have an issue with the dependency #include <ft2build.h> in the GraphicsEngine.h file. any clue on where it come from and how could I install that library? Thank you

@nghiattran
Copy link
Owner

Ah, I used freetype to render texts which seems to be missing on your computer. This guide should shows you how to install it.

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