Giter VIP home page Giter VIP logo

static-build-ci's Introduction

Static Build CI

Build Status GitHub Releases

Now supports the following programs:

Usage

Install linux amd64 (x86_64) version only.

# ss-server
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/ss-server.sh | bash
# obfs-server
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/obfs-server.sh | bash
# socks5-server
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/socks5-server.sh | bash
# mtg
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/mtg.sh | bash
# trojan
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/trojan.sh | bash
# udp2raw
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/udp2raw.sh | bash
# udpspeeder
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/udpspeeder.sh | bash
# vlmcsd
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/vlmcsd.sh | bash
# chisel
curl -sSL https://github.com/pexcn/static-build-ci/raw/master/get/chisel.sh | bash

static-build-ci's People

Contributors

pexcn avatar

Watchers

 avatar

static-build-ci's Issues

About vlmcsd

Build

# make
VLMCSD_VERSION=svn1112
make -j$(nproc) \
  CC="x86_64-linux-gnu-gcc" \
  AR="x86_64-linux-gnu-ar" \
  CFLAGS="-O3 -pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants -DFULL_INTERNAL_DATA" \
  LDFLAGS="-pipe -Wl,-z,norelro -Wl,--build-id=none -Wl,--hash-style=gnu -lpthread" \
  PLATFORMFLAGS="-m64 -mtune=generic" \
  FEATURES=full \
  VLMCSD_VERSION=$VLMCSD_VERSION \
  VERBOSE=3

# install
mkdir -p /usr/local/bin /etc/vlmcsd
cp bin/vlmcsd bin/vlmcs /usr/local/bin/
cp etc/vlmcsd.ini /etc/vlmcsd/

TODO

  • 不要全部静态链接,仅链接第三方库就好了 (try again)
  • x86_64 -> amd64
  • ss-server: add dscp option? apt-get install libnetfilter-conntrack-dev
  • libsodium: try --enable-opt, release two version

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.