mirror of
https://github.com/kissste/rtl8710_Raw_Packets.git
synced 2024-11-22 04:34:15 +00:00
20 lines
323 B
Bash
20 lines
323 B
Bash
##!/bin/bash
|
|
|
|
# compile ameba tools
|
|
make -C pick_padding_checksum
|
|
|
|
# download librtlhttpd
|
|
git clone -b rtl8710 https://f28@bitbucket.org/f28/librtlhttpd.git
|
|
|
|
cd librtlhttpd
|
|
|
|
# download heatshrink library
|
|
git submodule init
|
|
git submodule update
|
|
|
|
cd ..
|
|
|
|
|
|
#download SDK
|
|
#cd ..
|
|
#git clone https://github.com/pvvx/RTL00MP3.git
|