An operating function
Go to file
cgyarvin 61f85322e8
Merge pull request #927 from joemfb/cursor-clear
maintains cursors position on %clr
2018-02-23 10:35:50 -08:00
.d hashtable tests and associated makefile changes 2017-11-09 08:35:05 -08:00
debian Added debian folder; .deb build steps in README 2017-10-13 17:58:16 -07:00
extras Improve sublime arm name indexing. 2015-11-16 18:15:32 -05:00
include use explicit stack in unifying equals 2018-01-23 17:22:27 -08:00
jets use explicit stack in jam 2018-01-24 13:16:44 -08:00
noun slightly odd syntax on _song_atom 2018-01-29 10:52:47 -08:00
outside Hand-copied build with both 151 and 143 jets. 2017-09-25 16:54:42 -07:00
Spec Typo in 4k Nock spec 2018-02-14 13:57:56 -06:00
tests _test_cache_replace_value() 2017-11-09 08:35:05 -08:00
vere maintains cursors position on %clr 2018-02-21 23:10:41 -05:00
.gitignore ignore test_hash build 2017-11-09 08:35:05 -08:00
.travis.yml release from urbit/urbit tags, mark as pre-release 2017-12-04 16:04:14 -08:00
CONTRIBUTING.md Updates contributor guidelines 2016-10-27 13:02:43 -04:00
gdb-test-hash gdb script for testing 2017-11-09 08:35:05 -08:00
LICENSE.txt MIT LICENSE 2015-02-10 12:19:37 -08:00
Makefile Remove unneeded +al connection. 2017-12-04 12:09:33 -08:00
README.md Added debian folder; .deb build steps in README 2017-10-13 17:58:16 -07:00

Install instructions

To install and run Urbit please follow the instructions at urbit.org/docs/using/install. 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. The multiple build tools are a result of bundled libraries, slated for future unbundling or removal wherever possible.

Building

Our Makefile should handle the build smoothly on all supported platforms. It's just a simple Makefile, written by hand for GNU Make, and the most complicated parts of its internal machinery have to do with the varied build systems of the bundled libraries.

Useful targets are the default all, clean, and distclean. The last may not produce an entirely clean distribution directory, and runs a bundled library's configure script; git clean may be a better option.

The vere binary is produced in bin/urbit.

Building the Debian Package

To build a .deb file for installation on Debian platforms, perform the following steps:

  • Run sudo apt install devscripts to install the debuild utility.
  • Update the debian/changelog to reflect the changes in this release.
  • If necessary, update the year of the copyright in debian/copyright.
  • Clean any build artifacts: Run make clean and delete the bin directory, if it exists.
  • Run tar -xcvf ../urbit-x.y.z.orig.tar.gz . from the top-level folder in the repo. This command will create an archive in the directory above the current directory, which will be used in packaging.
  • Run debuild -us -uc, also from the top-level folder in the repo. This creates a .deb file in the folder above the current directory.

The resulting .deb file should now exist in the folder above the current directory. To test that the .deb file works properly, you can perform the following steps:

  • Uninstall urbit: sudo apt remove urbit.
  • Run sudo dpkg -i ../urbit-x.y.z_amd64.deb to install the new version.
  • Boot up a ship using the urbit command.

Contact

If you have any questions, problems, patches, or proposals for patches, please feel free to get in touch in whatever way is most convenient: