Skip to content

Commit

Permalink
add: 添加树莓派amrv6的编译脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Jun 3, 2024
1 parent 500b727 commit 790e413
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build_linux_32bit_armv6.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# ubuntu下所需要安装的软件
# apt install gcc-multilib apt install g++-multilib

xmake clean -a
export VM_64bit=0
export LUAT_USE_GUI=n
xmake f -p linux -a armv6 -m debug
xmake -w -y

0 comments on commit 790e413

Please sign in to comment.