Front Page
Main:
Concatenative languages:
Interesting languages:
Computer science:
External:
Meta:
Building Factor from source is the recommended way to get Factor if you want to track development, because it saves bandwidth over downloading a binary every few days. It is also a requirement for contributors who wish to push patches to the Factor repository. New users and casual dabblers should use [[http://factorcode.org/|binaries]] if possible instead, to save time and effort. = Cloning a repository = You will need to install [[http://git.or.cz|git]] first. Once you have installed git, you can clone a copy of the Factor repository: [{git clone git://factorcode.org/git/factor.git}] Cloning from behind a restrictive corporate firewall: [{git clone http://factorcode.org/git/factor.git}] = Building Factor = See [[Factor/Building Factor]]. = Running Factor = See [[Factor/Running Factor]]. = Browse repository = You can browse the GIT repository online at [[http://github.com/slavapestov/factor/]] or [[http://gitweb.factorcode.org/]].
Describe this revision:
Save
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.