RG350

build just4qix


步驟如下:

$ cd
$ wget https://github.com/steward-fu/rg350/releases/download/v1.0/gcw0-toolchain.tar.gz
$ tar xvf gcw0-toolchain.tar.gz
$ sudo mv gcw0-toolchain /opt
$ export PATH=$PATH:/opt/gcw0-toolchain/usr/bin

$ wget https://github.com/steward-fu/rg350/releases/download/v1.1/just4qix.tar.gz
$ tar xvf just4qix.tar.gz
$ cd just4qix
$ rm -rf just4qix  just4qix.opk
$ cd src
$ make clean
$ make
$ cp -f just4qix ..
$ cd ..
$ mksquashfs just4qix gfx sound opk/* just4qix.opk -all-root -noappend -no-exports -no-xattrs -no-progress >/dev/null


返回上一頁