mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
33 lines
828 B
Markdown
33 lines
828 B
Markdown
Urbit
|
|
=====
|
|
|
|
[![Build Status](https://travis-ci.org/urbit/urbit.png?branch=master)](https://travis-ci.org/urbit/urbit)
|
|
|
|
Urbit is a new programming and execution environment designed from scratch. Any
|
|
resemblance to existing languages or operating systems is coincidental,
|
|
cosmetic, or inevitable.
|
|
|
|
There is a lot to explain. For more information, watch a [demo screencast][1]
|
|
and see the [Urbit website][2].
|
|
|
|
System Requirements
|
|
-------------------
|
|
|
|
Currently we support OS X, Ubuntu, Debian, and Amazon Linux.
|
|
|
|
Urbit depends on the following packages:
|
|
|
|
- GNU Multiple Precision Arithmetic Library
|
|
- OpenSSL
|
|
- libsigsegv
|
|
- ncurses
|
|
|
|
Building Urbit
|
|
--------------
|
|
|
|
See the [website][3] for instructions on building and running Urbit.
|
|
|
|
[1]: http://vimeo.com/75312418
|
|
[2]: http://www.urbit.org/
|
|
[3]: http://www.urbit.org/setup/
|