# deckor **Repository Path**: flythecoder/deckor ## Basic Information - **Project Name**: deckor - **Description**: 一套用于快速建立交叉编译环境的工具集。 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-06 - **Last Updated**: 2024-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deckor A set of tools for fast setup cross-compile environment. ## Repository Only support Ubuntu repository. ## Usage ```shell # 1. create a new environment $ deckor create xavier arm64 bionic # 2. open and enter the environment $ deckor open xavier # the prompt will change # 3. add package add libgtk-3-dev libopenscenegraph-dev # many output messages... ## 3.1 fix broken symlinks # some file (for example, the shared libraries) use symlinks, but the # target path maybe borken. run this command to fix them. fix ## 3.2 post process # some platform have specified actions after adding some package, you can find # the post action scripts under the folder scripts/, run it if have one. # 4. exit the environment exit # back to the bash prompt $ ```