Chris Double wrote: > The easiest way is via the git repository since that contains the > latest fry stuff. If you are on Windows I suggest installing cygwin. > In fact, cygwin is required to compile (but not run) Factor. > Make sure you include gcc and git. You can then get the git repository > with (from a cygwin shell): > > $ git clone git://factorcode.org/git/factor.git > > Change to the factor directory and build: > > $ cd factor > $ make winnt-x86-32 > $ wget http://www.factorcode.org/images/latest/boot.x86.32.image > $ ./factor i=boot.x86.32.image > $ ./factor > > Replace winnt-x86-32 with the incantation required for your platform. > Actually this isn't required anymore. Just running 'make' runs the correct target automatically.
Slava ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
