|
I have downloaded the Tvision code and unzipped to tvision-master. I tried the cmake commands but it is not creating libtvision.a in the build directory. Wait, I think I got it... ~/Dev/tvision-master$ cmake --build ./build |
Answered by
jcarp-7ab
Nov 3, 2024
Replies: 1 comment
|
Yep, that did it... is the command that worked for me. |
0 replies
Answer selected by
jcarp-7ab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, that did it...
cmake --build ./build
is the command that worked for me.