yakut icon indicating copy to clipboard operation
yakut copied to clipboard

Remove the DSDL compilation command

Open pavel-kirienko opened this issue 3 years ago • 2 comments
trafficstars

See https://github.com/OpenCyphal/pycyphal/issues/153

Also remove related options like --path

pavel-kirienko avatar Aug 21 '22 16:08 pavel-kirienko

New installation instructions would be like:

pip install yakut
echo "export CYPHAL_PATH='$HOME/.cyphal'" >> ~/.bashrc
mkdir ~/.cyphal
wget https://github.com/OpenCyphal/public_regulated_data_types/archive/refs/heads/master.zip
unzip master.zip -d ~/.cyphal
mv -f ~/.cyphal/public_regulated_data_types*/* ~/.cyphal

pavel-kirienko avatar Dec 01 '22 15:12 pavel-kirienko

The user guide doesn't mention this command since https://github.com/OpenCyphal/yakut/pull/77 due to its pending removal.

A related task is the removal of --path/YAKUT_PATH which should be done in the same changeset; these parameters are not needed and should not be used as of v0.10. The only path variable the user needs to be concerned about is CYPHAL_PATH.

pavel-kirienko avatar Apr 16 '24 09:04 pavel-kirienko