Giter VIP home page Giter VIP logo

urbit-deb's Introduction

urbit-deb

urbit debs now for armhf on Stretch!

Welcome maintainers for other platforms and architectures.

This repo exists to help show how to build your own debs

You may be able to build them for yourself on your own system. The armhf debs were built on a Samsung Chromebook 303C with Debian Stretch (testing) Crouton.

Please report any issues with the packaged debs here. I would be happy to make any changes for any architecture if it's going to help someone.

The build scripts I use for the debs are in debs-{ARCH} for {amd64,i386,armhf} You may find the patches included that I have applied for each architecture to be helpful as well.

From a freshly installed (tested on Jessie) Debian or Ubuntu, copying this mess into your terminal should get you set up with a packaged installation of urbit:

ARCH=`arch`
REPO=https://github.com/yebyen/urbit-deb.git
sudo apt-get update
sudo apt-get install git-core
git clone --recursive --depth 1 $REPO urbit
pushd urbit; pushd urbit
curl -o urbit.pill http://bootstrap.urbit.org/latest.pill
git submodule add -f https://github.com/urbit/arvo.git arvo
patch -p1 < ../urbit-${ARCH}.diff
popd
sudo apt-get install -y debhelper libssl-dev \
  libncurses5-dev libgmp-dev libsigsegv-dev \
  ragel libtool autoconf cmake re2c
make clean distclean
make builddeb
sudo dpkg -i urbit_*.deb
popd
echo "Package installed!"
echo "Next, you should run:  urbit -c pier"

urbit-deb's People

Contributors

yebyen avatar kingdonb avatar

Stargazers

Lewin Kelly avatar Sean Wieland avatar Johnneylee Jack Rollins avatar Philippe Back avatar

Watchers

Johnneylee Jack Rollins avatar  avatar  avatar  avatar

Forkers

mquandalle

urbit-deb's Issues

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.