Code Monkey home page Code Monkey logo

hbut_auto_login_network's People

Contributors

lty2002 avatar shadowfish07 avatar

Stargazers

 avatar  avatar  avatar

hbut_auto_login_network's Issues

Enhance(Distribute): 为小端序的 MIPS32 rel2 version 1 编译静态链接二进制文件

有部分路由器使用的系统架构是 MIPS32 rel2 version 1,区别于 Golang 提供支持的 MIPS32 version 1。此时可以利用 go-mips32 的 docker 来帮助编译对应架构。在程序目录下执行如下指令可以一键完成编译。

sudo docker run --rm -v "./:/data/" shutup/docker-go-mips32le:latest /bin/bash -c "GOOS=linux GOARCH=mips32le go build -o /data/main-mips32le -ldflags '-s -w' /data/main.go"

编译执行图

不知作者是否能将这个架构的二进制分发加入 CI 中以便在下次发版时增加对应架构的 Release。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.