An operating function
Go to file
2016-10-27 13:02:43 -04:00
.d Link Murmur3 reference implementation into binary 2016-07-26 17:29:56 -07:00
extras Improve sublime arm name indexing. 2015-11-16 18:15:32 -05:00
include Version 0.4 2016-10-25 12:52:21 -04:00
jets Revert "Prevent ++burn:ut jet from zeroing non-constants." 2016-08-11 23:53:33 -07:00
noun Properly working _boot_home() 2016-09-22 02:02:14 -04:00
outside Remove debian/ directory 2016-09-03 19:38:59 -04:00
Spec Finalize removal of U3_LIB 2016-08-29 13:06:41 -04:00
tests descriptive names for c files 2015-06-23 21:29:11 -04:00
vere Merge branches 'czar-expire' and 'version-scaffolding', remote-tracking branches 'joemfb/line-eating' and 'ohAitch/flag-g-generator' 2016-10-25 11:02:59 -04:00
.gitignore Update .gitignore 2016-09-03 19:42:46 -04:00
CONTRIBUTING.md Updates contributor guidelines 2016-10-27 13:02:43 -04:00
LICENSE.txt MIT LICENSE 2015-02-10 12:19:37 -08:00
Makefile Remove remnants of libuv 0.11 2016-09-03 19:38:58 -04:00
README.md libcurl build dependency 2016-10-05 18:10:37 -04:00

Build instructions

If you're not doing development on Urbit, please read https://urbit.org/docs/using/ instead.

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.

Contact

If you have any questions, problems, patches, or proposals for patches, please contact the maintainer, Raymond Pasco (ray@the.ug, ~rolsut-rospub on Urbit) by any means available.