Kitware / DIVA

DIVA project repository
Other
18 stars 9 forks source link

src directory #10

Closed anex004 closed 5 years ago

anex004 commented 6 years ago

As there is no src directory, should we create one and what should be the content of the directory?

aaron-bray commented 6 years ago

If you checked out the repo to a 'diva' directory containing all the files in your repository, then that is your 'src' directory and you can use that with cmake. Just be sure to make a build directory that is outside of your 'src' directory.

anex004 commented 6 years ago

@aaron-bray: Thanks for getting back. Also, if I am using other repo as R-C3D (https://gitlab.kitware.com/kwiver/R-C3D), do I need to compile it along with the DIVA or a separate compilation of R-C3D works? Please let me know. Thanks in advance.

aaron-bray commented 6 years ago

You should compile DIVA first That will create some libraries needed to build/run our R-C3D fork

anex004 commented 6 years ago

Ok, got it. Will follow the steps. Thanks.

kfieldho commented 5 years ago

Closing this issue.