Giter Site home page Giter Site logo

naveenonarayanan / buck Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebook/buck

0.0 2.0 0.0 907.15 MB

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.

Home Page: https://buckbuild.com

License: Apache License 2.0

Python 6.45% Java 88.06% Makefile 0.01% C 0.91% Shell 0.20% Batchfile 0.01% PowerShell 0.01% Smalltalk 0.01% HTML 0.03% Thrift 0.14% JavaScript 3.23% CSS 0.19% C++ 0.06% IDL 0.01% Kotlin 0.07% Prolog 0.01% Scala 0.02% Assembly 0.01% Objective-C 0.58% Swift 0.04%

buck's Introduction

Buck

Buck is a build tool. To see what Buck can do for you, check out the documentation at http://buckbuild.com/.

Build Status Build status

Installation

First, clone the Buck repository:

git clone https://github.com/facebook/buck.git
cd buck

Since Buck is used to build Buck, the initial build process involves 2 phases:

1. Bootstrap Buck with ant
git clone https://github.com/facebook/buck.git
cd buck
ant
2. Use bootstrapped version of Buck to build Buck:
./bin/buck build --show-output buck
# output will contain something like
# //programs:buck buck-out/gen/programs/buck.pex
buck-out/gen/programs/buck.pex --help
Prebuilt buck binaries

Pre-built binaries of buck for any buck sha can be downloaded from https://jitpack.io/com/github/facebook/buck/<sha>/buck-<sha>.pex. The very first time a version of buck is requested, it is built via jitpack. As a result, it could take a few minutes for this initial binary to become available. Every subsequent request will just serve the built artifact directly. This functionality is available for any fork of buck as well, so you can fetch https://jitpack.io/com/github/<github-user-or-org>/buck/<sha>/buck-<sha>.pex

License

Apache License 2.0

buck's People

Contributors

andrewjcg avatar jkeljo avatar bolinfest avatar yiding avatar bhamiltoncx avatar illicitonion avatar dreiss avatar shs96c avatar cjhopman avatar natthu avatar ttsugriy avatar k21 avatar sdwilsh avatar mkosiba avatar aiked avatar ruibm avatar dinhvh avatar shivanker avatar alisdair04 avatar mzlee avatar ilya-klyuchnikov avatar plamenko avatar ryu2 avatar asp2insp avatar cosmin1123 avatar bertmaher avatar alsutton avatar nataliejameson avatar davidaurelio avatar milend avatar

Watchers

James Cloos avatar Naveen Narayanan avatar

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.