Closed johnfelipe closed 7 years ago
git clone --recursive https://github.com/WhiteCoreSim/WhiteCore-Dev.git
To update an existing repository that does not have the LibOMV submodule
cd
But how can update latest lib?
El 28 may. 2017 16:25, "Bogus curry" notifications@github.com escribió:
- As of January 2017, the LibOMV libraries are included as a submodule of the WhiteCore repo. When cloning, ensure that the submodules are included.
git clone --recursive https://github.com/WhiteCoreSim/WhiteCore-Dev.git
To update an existing repository that does not have the LibOMV submodule
cd git submodule init git submodule update
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WhiteCoreSim/WhiteCore-Dev/issues/275#issuecomment-304541426, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaLFGkdMittIBkXoSxtnVfskcDAED-yks5r-eZhgaJpZM4NonEU .
You update it just as @BogusCurry said. In your case you need to grab the latest from WhiteCore-Dev when it builds it will pull the libOMV stuff it needs and will build the libraries.
Then I need only update and replace?
That would be correct. Once you have built the updated solution its as easy as copying the contents of the bin directory to the bin folder in the directory your running WhiteCore from.
Closing as answered
I see update repository, how can update?