Skip to content

Add Qt4 and GLEW dependencies to Jetson environment#80

Open
jwatte wants to merge 1 commit intodusty-nv:masterfrom
jwatte:master
Open

Add Qt4 and GLEW dependencies to Jetson environment#80
jwatte wants to merge 1 commit intodusty-nv:masterfrom
jwatte:master

Conversation

@jwatte
Copy link
Copy Markdown

@jwatte jwatte commented May 20, 2017

A freshly flashed Jetpack 3 Jetson TX2 does not have QT4 or GLEW, which are needed for jetson-inference to actually build.
(Well, at least mine didn't :-)

A freshly flashed Jetpack 3 Jetson TX2 does not have QT4 or GLEW, which are needed for jetson-inference to actually build.
(Well, at least mine didn't :-)
@jwatte
Copy link
Copy Markdown
Author

jwatte commented May 20, 2017

I now see that the CMakePreBuild.sh script would install those dependencies.
The script says it's run automatically by cmake, but on my machine it wasn't.
An alternative to merging this commit would be to update the README to say to run the script manually.

@dusty-nv
Copy link
Copy Markdown
Owner

dusty-nv commented May 20, 2017 via email

@jwatte
Copy link
Copy Markdown
Author

jwatte commented May 20, 2017

And the REAL problem turned out to be that the CMakePreBuild.sh script hard-codes the relative path for output directories to "../data/networks"
My build artifacts do not live in jetson-inference/build, but instead live outside the source directory, and thus the hard-coded path did not work.
The script should probably "set -e" to fail early when things don't work, rather than just blithely go on and not cause setup errors in this case.

@dusty-nv
Copy link
Copy Markdown
Owner

dusty-nv commented May 20, 2017 via email

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

Successfully merging this pull request may close these issues.

2 participants