GithubHelp home page GithubHelp logo

kpdyer / fteproxy-builder Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 848 KB

cross-platform build automation for fteproxy

Home Page: https://fteproxy.org/

License: GNU General Public License v3.0

Ruby 7.51% Shell 65.32% Python 27.17%

fteproxy-builder's Introduction

fteproxy-builder

This is a collection of scripts that build fteproxy for all of its target platforms.

The initial release of fteproxy-builder requires OSX, and has been tested on OSX 10.9.

Overview

This project's purpose is to streamline the process of building fteproxy for 32-bit and 64-bit systems, for Linux, OSX and Windows. Specifically, you can use it as follows:

$ git clone https://github.com/kpdyer/fteproxy-builder.git
$ cd fteproxy-builder
$ make all
[wait a bit]
$ ls dist/*
dist/fteproxy-X.Y.Z-darwin-i386.tar.gz
dist/fteproxy-X.Y.Z-linux-i386.tar.gz
dist/fteproxy-X.Y.Z-linux-x86_64.tar.gz
dist/fteproxy-X.Y.Z-src.tar.gz
dist/fteproxy-X.Y.Z-windows-i386.zip

If you wish to build a specific version or tag of fteproxy, set FTEPROXY_TAG and/or FTEPROXY_VER in the Makefile.

Requirements

For details on how to setup your environment, please see INSTALL. In addition, the following four requirements must be met to do full builds for all target platforms.

  • OSX 10.9.x
  • Vagrant: http://www.vagrantup.com/
  • VirtualBox: https://www.virtualbox.org
  • Three vagrants boxes:
    • ubuntu-12.04-i386 - used to cross-compile for windows platform
    • debian-7.1.0-i386 - used to produce 32-bit linux binaries
    • debian-7.1.0-amd64 - used to produce 64-bit linux binaries
  • wget

Author

Please contact Kevin P. Dyer ([email protected]) if you have any questions.

fteproxy-builder's People

Contributors

kpdyer avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

fteproxy-builder's Issues

Update CAs in VMs

We need to make sure our root CAs are up-to-date in our VMs, when building.

wineboot -i freezes on Windows build

On our jenkins build system we get, when trying to build windows-i386.

[snip]
Unpacking wine (from .../wine_1%3a1.7.14-0ubuntu1~saucy1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Processing triggers for mime-support ...
Errors were encountered while processing:
 /var/cache/apt/archives/ttf-mscorefonts-installer_3.4+nmu1ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
wine: created the configuration directory '/home/vagrant/.wine'

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.