### Install libCrane using Shell Script Source: https://github.com/opa334/crane-resources/blob/master/README.md This script installs the necessary libcrane tbd's into theos. Ensure you are in the 'libCrane' directory before running this script. No specific inputs or outputs are detailed, but it's a prerequisite for using libCrane. ```shell install_libcrane.sh ``` -------------------------------- ### Add libCrane to Makefile Source: https://github.com/opa334/crane-resources/blob/master/README.md This snippet shows how to integrate libCrane into your project's makefile. It adds 'crane' to the list of libraries your project depends on. This is a standard theos makefile modification. ```makefile _LIBRARIES += crane ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.