Hello Christian,

This way is OK for linux. But what I can do for Windows? We use
http://boinc.berkeley.edu/git/boinc_depends_win_vs2013.git and another one
repo for VS 2012.
I have no permissions to write to this repo.

Maybe it is a good idea to refactor this too and make some kind of batch
scripts to build necessary 3rd party libraries by ourselves rather than
just download it from git repo that is not so good to store binaries. I can
create such script with no problems.

What do you think guys?

Thanks

Best regards,
Vitalii Koshura

2018-01-17 22:53 GMT+02:00 Christian Beer <christian.b...@posteo.de>:

> Hi,
>
> I'm ok with this as GoogleTest is an xUnit framework which makes life
> easier once we want to add unit tests for other languages.
>
> As for the license this is not a problem as long as we don't copy the
> code into our repository (and even then it is possible because it is BSD
> 3clause), which we should not do. We should specify which version needs
> to be installed and check if it is available at buildtime.
>
> A quick search found this demo: https://github.com/bast/gtest-demo which
> links to googletest via submodule which is not what I would prefer.
> Instead use a similar installation procedure as defined in
> 3rdParty/buildLinuxDependencies.sh and download GoogleTest to
> 3rdParty/buildCache or similar.
>
> MfG / Regards
> Christian Beer
>
> Am 17.01.2018 um 21:36 schrieb Vitalii Koshura:
> > Hello @all,
> >
> > As I wrote before I want to add unit test support to test existing XML
> > parser and move to another 3rd-party XML parser further.
> >
> > So I have a question: can we use Google Test library in our project (
> > https://github.com/google/googletest )? I am curious about the license.
> I
> > do not have understanding with all these licenses so I ask you to help me
> > with this.
> >
> > Also does anyone have any objections to use this library?
> >
> > Thanks
> >
> > Best regards,
> > Vitalii Koshura
> > _______________________________________________
> > boinc_dev mailing list
> > boinc_dev@ssl.berkeley.edu
> > https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
> > To unsubscribe, visit the above URL and
> > (near bottom of page) enter your email address.
>
>
_______________________________________________
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to