WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

Update process for latest git clone or pull #275

Closed johnfelipe closed 7 years ago

johnfelipe commented 7 years ago

I see update repository, how can update?

BogusCurry commented 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 git submodule init git submodule update

johnfelipe commented 7 years ago

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 .

emperorstarfinder commented 7 years ago

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.

johnfelipe commented 7 years ago

Then I need only update and replace?

emperorstarfinder commented 7 years ago

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.

greythane commented 7 years ago

Closing as answered