Giter Site home page Giter Site logo

zgiles / nycmeshfeed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nycmeshnet/nycmeshfeed

0.0 2.0 0.0 80 KB

Our software set-up for building your own image

License: GNU General Public License v2.0

Makefile 9.58% Shell 46.99% HTML 43.43%

nycmeshfeed's Introduction

nycmeshfeed

Quick start docs are here. Detailed docs are here

Quick Environment Setup

In case you don't have these tools already type (if you're in debian):

apt-get install git make gcc g++ zlib1g-dev libssl-dev wget subversion file python apt-utils binfmt-support \
vim apt-file xz-utils sudo subversion zlib1g-dev gawk flex unzip bzip2 gettext build-essential libncurses5-dev \
libncursesw5-dev libssl-dev binutils cpp psmisc docbook-to-man gcc-multilib g++-multilib 

If you are on Mac, use brew.

This is the start of the nycmesh openwrt / qmp feed, to make building easier

export VERSION=3.2.1

git clone git://qmp.cat/qmpfw.git qmp-$VERSION
cd qmp-$VERSION
git fetch --tags
git checkout tags/v$VERSION
QMP_GIT_BRANCH=v$VERSION make checkout
cd build/qmp 
git checkout -b v$VERSION
cd ../..
echo "src-git nycmeshfeed https://github.com/nycmeshnet/nycmeshfeed.git" >> ./build/openwrt/feeds.conf
./build/openwrt/scripts/feeds update -a
./build/openwrt/scripts/feeds install -a

A step by step explanation of the above is here

Quick Start Build

NYCMesh Feed is build using the qMp build system. For details, see: docs/architecture.md

Build example:

export TARGET=nsm5-xw

# select qmp-nycmesh from qmp submenu of this command:
make T=$TARGET menuconfig

make T=$TARGET build

# image will be in images/

This will take a while, but the build system has a parallelization feature, which is detailed in docs/building.md

nycmeshfeed's People

Contributors

sycophantic avatar zgiles avatar bhny avatar sevaepsteyn avatar simplymathematics avatar

Watchers

 avatar James Cloos 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.