163 Star 1.1K Fork 275

GVP赵建辉 / rtty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CROSS_COMPILE.md 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵建辉 提交于 2020-06-19 12:44 . Fix doc

Build libev

git clone https://github.com/enki/libev.git
cd libev
./configure --host=arm-linux-gnueabi
DESTDIR=/tmp/rtty_install make install

Build rtty

git clone --recursive https://github.com/zhaojh329/rtty.git
cd rtty
cmake . -DCMAKE_C_COMPILER=arm-linux-gnueabi-gcc -DCMAKE_FIND_ROOT_PATH=/tmp/rtty_install
DESTDIR=/tmp/rtty_install make install

Copy these files to your device's corresponding directory

/tmp/rtty_install/
└── usr
    └── local
        ├── bin
        │   └── rtty
        └── lib
            ├── libev.so -> libev.so.4.0.0
            ├── libev.so.4 -> libev.so.4.0.0
            ├── libev.so.4.0.0
C
1
https://gitee.com/zhaojh329/rtty.git
git@gitee.com:zhaojh329/rtty.git
zhaojh329
rtty
rtty
master

搜索帮助