Skip to content

Commit

Permalink
ign -> gz Partial Docs Migration and Project Name Followups : gz-tools (
Browse files Browse the repository at this point in the history
  • Loading branch information
methylDragon authored Jun 28, 2022
1 parent 3713300 commit 4051562
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
1. Use ; as GZ_CONFIG_PATH delimiter on windows
* [Pull request #45](https://github.com/gazebosim/gz-tools/pull/45)

1. Clean up ignition-tools.pc file
1. Clean up gz-tools.pc file
* [Pull request #40](https://github.com/gazebosim/gz-tools/pull/40)

1. Fix cmake warning and error mesage types
Expand Down
7 changes: 7 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ release will remove the deprecated code.
* This package now depends on gz-cmake
* The environment variable `IGN_CONFIG_PATH` is deprecated. Use `GZ_CONFIG_PATH` instead.
* The `ign` command line executable is deprecated. Use `gz` instead.

* The project name has been changed to use the `gz-` prefix, you **must** use the `gz` prefix!
* This also means that any generated code that use the project name (e.g. CMake variables, in-source macros) would have to be migrated.
* Some non-exhaustive examples of this include:
* `GZ_<PROJECT>_<VISIBLE/HIDDEN>`
* CMake `-config` files
* Paths that depend on the project name
2 changes: 1 addition & 1 deletion tutorials/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

These instructions are for installing only Gazebo Tools.
If you're interested in using all the Ignition libraries, check out this [Ignition installation](https://gazebosim.org/docs/latest/install).
If you're interested in using all the Gazebo libraries, check out this [Gazebo installation](https://gazebosim.org/docs/latest/install).

We recommend following the Binary Installation instructions to get up and running as quickly and painlessly as possible.

Expand Down

0 comments on commit 4051562

Please sign in to comment.