Files
cdt/docs/04_upgrading/eosio.cdt-to-cdt.md
T
Areg Hayrapetian feafccaadc Cleanup old references in docs.
Further rename of EOSIO.CDT to CDT.
Further rename of eosio-cpp to cdt-cpp and eosio-cc to cdt-cc.
Delete references to removed eosio-abigen tool.

Replace references to old eos and eosio.cdt repos with leap and cdt respectively.

Have not changed references eosio.contracts repo yet.
Have not changed/removed URLs to developers.eos.io website.

Other small cleanup and fixes to docs.
2022-08-13 00:06:39 -07:00

805 B

content_title
content_title
EOSIO.CDT To CDT

For this release all of the naming of namespaces and file paths will remain as eosio, so there is no need to migrate away from that with this release.

But there are a few differences.

  1. The tool names have change prefix. I.e. tools like eosio-cpp are now cdt-cpp.
  2. The CMake toolchain file has changed its name from EosioWasmToolchain.cmake to CDTWasmToolchain.cmake.
  3. The library path for the CMake package has changed from /usr/local/lib/cmake/eosio.cdt to /usr/local/lib/cmake/cdt (or alternatively from /usr/lib/cmake/eosio.cdt to /usr/lib/cmake/cdt if installing from the Debian package). Additionally, the name to use with CMake find_package has similarly changed: use find_package(cdt) now instead of find_package(eosio.cdt).