You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured gravity with cmake -DCMAKE_INSTALL_PREFIX=/home/user/installdir/gravity and then ran make -j2. Gravity was built with no warnings. Then I ran make install and only /home/user/installdir/gravity/bin/gravity was installed. I copied static library to its destination but now I have no idea where to find header files. I think that either make install should install libraries and headers or there should be target named install-dev that would do it.
I really would like to embed Gravity in my project as it seems to meet all my requirements. However without header files I can't even write a simple test program.
The text was updated successfully, but these errors were encountered:
I configured gravity with
cmake -DCMAKE_INSTALL_PREFIX=/home/user/installdir/gravity
and then ranmake -j2
. Gravity was built with no warnings. Then I ranmake install
and only /home/user/installdir/gravity/bin/gravity was installed. I copied static library to its destination but now I have no idea where to find header files. I think that eithermake install
should install libraries and headers or there should be target named install-dev that would do it.I really would like to embed Gravity in my project as it seems to meet all my requirements. However without header files I can't even write a simple test program.
The text was updated successfully, but these errors were encountered: