Coder Social home page Coder Social logo

georgerobescu / urbit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from urbit/urbit

0.0 2.0 0.0 20.61 MB

An operating function

Home Page: https://urbit.org

License: MIT License

Shell 0.04% JavaScript 0.09% Nix 0.06% Emacs Lisp 0.46% Vim Script 1.21% C 91.55% C++ 5.92% Meson 0.68%

urbit's Introduction

The Urbit address space is now live on the Ethereum blockchain. We’re calling it ‘Azimuth’ and you can find it at 0x223c067f8cf28ae173ee5cafea60ca44c335fecb or azimuth.eth. Owners of Azimuth ‘points’ (galaxies, stars or planets) can use Bridge to manage them and view their balance now. Sometime in the next few days, owners of Azimuth points will be able to boot Arvo, the Urbit OS, from their Azimuth point and request access to one of our ‘cities’: private communities for chat and discussion. These new cities use Landscape, a brand new UI for using Urbit in the browser.

Install instructions

To install and run Urbit please follow the instructions at urbit.org/docs/getting-started/. Packages and source tarballs are available there. You'll be on the live network in a few minutes.

If you're doing development on Urbit, keep reading.

Build instructions

Build Status

External dependencies

vere, the Urbit virtual machine, depends on the following:

Most of these dependencies are unfortunate; we aim to drastically shrink the list in upcoming versions. vere proper makes use of GMP, OpenSSL, libcurl, and libsigsegv.

Building

Urbit uses Meson build system.

Some libraries which are not found in major distributions:

  • ed25519
  • libh2o
  • murmur3
  • softfloat3
  • scrypt

are included as git submodules. To build urbit from source, perform the following steps:

Configuration & compilation

(For instructions for legacy meson, also see below)

  1. Install all required dependencies.
  2. Run ./scripts/bootstrap
  3. Run ./scripts/build
  4. The executable should appear in ./build directory.

Using meson & ninja

To configure the project, enter the build directory and enter meson configure -Dbuildtype=release. To compile a debug build of urbit, use meson configure -Dbuildtype=debug. To set a prefix for installation use meson configure -Dprefix=/usr.

Configuration & compilation for legacy meson

The syntax for legacy meson (Version 0.29) is a bit different.

  1. Manually create build directory and invoke meson as meson . ./build
  2. If you want to set options, this is done in one step. Use meson -D [options] . ./build to prepare customized build.

Once the project is configured, use ninja to build it. To install it into the default prefix, use ninja install. If you want to specify custom DESTDIR, use DESTDIR=... ninja install.

Contact

We are using our new UI, Landscape to run a few experimental cities. If you have an Azimuth point, please send us your planet name at [email protected] to request access.

urbit's People

Contributors

belisarius222 avatar benjamin-tlon avatar burtonsamograd avatar cdcarter avatar cgyarvin avatar chc4 avatar dhaffey avatar eglaysher avatar ericfode avatar fang- avatar frodwith avatar galenwp avatar gavwhela avatar ixv avatar jdulin avatar jfranklin9000 avatar jhance avatar joemfb avatar johnchandlerburnham avatar joshuareagan avatar juped avatar max19 avatar mikolajpp avatar mrdomino avatar ohaitch avatar philipcmonk avatar sillsm avatar tjamescorcoran avatar vvisigoth avatar yebyen avatar

Watchers

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