feafccaadc
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.
805 B
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.
- The tool names have change prefix. I.e. tools like
eosio-cppare nowcdt-cpp. - The CMake toolchain file has changed its name from
EosioWasmToolchain.cmaketoCDTWasmToolchain.cmake. - The library path for the CMake package has changed from
/usr/local/lib/cmake/eosio.cdtto/usr/local/lib/cmake/cdt(or alternatively from/usr/lib/cmake/eosio.cdtto/usr/lib/cmake/cdtif installing from the Debian package). Additionally, the name to use with CMakefind_packagehas similarly changed: usefind_package(cdt)now instead offind_package(eosio.cdt).