Commit Graph

77 Commits (a4f80bafce4e82c9a7cc364c475bcbf794e7331b)

Author SHA1 Message Date
John Benediktsson a4f80bafce build-support: fix macosx check for XCode warning. 2013-03-24 17:06:29 -07:00
Doug Coleman 6cdc471237 factor.sh: Allow bootstrap on other branches for commands that don't pull from git. 2013-01-21 13:18:05 -08:00
John Benediktsson 311a6a42bf build-support: make factor.sh check the git branch. 2012-07-11 12:08:29 -07:00
Joe Groff 8ee0e1205d factor.sh: note xcode 4.3 command line tools req 2012-02-18 23:23:47 -08:00
Doug Coleman 74b1c8ba71 factor.sh: Install git instead of git-core for linux-deps.X 2012-02-07 12:57:52 -08:00
Doug Coleman bc3e5fd6db factor.sh: Remove the redundant list of commands 2011-11-12 14:06:39 -08:00
Doug Coleman 28314d162f factor.sh: print more docs in usage() 2011-11-09 22:56:59 -08:00
Joe Groff aaf2b14306 remove lingering mentions of macosx-ppc 2011-11-02 18:40:27 -07:00
Joe Groff a056906bcc oops, typo in factor.sh 2011-11-02 17:18:26 -07:00
Joe Groff 75cba3106a remove BSD,solaris,etc. misc platform support code 2011-11-02 17:13:51 -07:00
Doug Coleman e158dc19f4 factor.sh: Make net-bootstrap recompile the vm, add make_clean_factor function 2011-10-29 01:05:37 -07:00
Doug Coleman 8cb8228413 Install gtk2-engines-pixbuf to get rid of warnings when you run deps-linux. Fixes #286. 2011-10-19 18:16:58 -07:00
Doug Coleman 86742ef0ad Fix command line options for factor.sh 2011-10-19 10:31:40 -07:00
Doug Coleman 17e0fbe501 Remove Windows CE from core/ basis/ and build-support/
Rename the winnt singleton to windows in core/ basis/ extra/
Rename boot images winnt -> windows
Fixes #84.
2011-09-18 23:19:06 -05:00
Joe Groff 1c1cf8e097 build-support/factor.sh: fix quick-update (reported by tsculpt) 2011-07-29 21:05:21 -07:00
Erik Charlebois 1ed2bc6231 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
Slava Pestov ba8439a7f9 factor.sh: change install-x11 and install-macosx to deps-linux and deps-macosx which install dependencies only; add Gtk dependecies to apt-get line 2011-04-07 18:14:26 -04:00
Doug Coleman 2f5722e506 Fix the console spew on missing libraries. Set NO_UI=1 when gtk libraries are missing on linux/unix platforms. 2011-04-06 18:49:15 -04:00
Keita Haga f646510d77 build-support/factor.sh: update help information 2011-04-04 13:27:50 +09:00
Joe Groff 5cd8718b71 build-support/factor.sh: typo was causing make detection to fail on linux 2011-01-24 22:42:06 -05:00
Joe Groff f522ca6269 build-support/factor.sh: use string operators to compare strings 2011-01-24 16:50:59 +05:30
Slava Pestov 96f8c6167b New boot image location: http://downloads.factorcode.org/images/ 2010-09-27 20:29:09 -07:00
Sheepson Apprentice 338b64418a Fix echo bug again 2010-04-29 00:23:03 -05:00
Doug Coleman 970d2cad2d A little overzealous with the factor.sh echo cleanup 2010-04-25 14:59:07 -05:00
Doug Coleman 9c8bbcab34 Remove dumb echo from factor.sh 2010-04-23 23:28:24 -05:00
Doug Coleman 508eb5593f Copy factor.image to factor.image.fresh after bootstrapping. Use $ECHO in more places. 2010-04-23 23:14:53 -05:00
Sheepson Apprentice 7df576ddf5 Support unix-x86.32 and winnt-x86.32 boot images in factor.sh 2010-04-04 14:39:59 -05:00
Sheepson Apprentice f75e0eefbb When curl fails with a 404 error, don't write this error to disk 2010-04-04 14:30:29 -05:00
Doug Coleman 899904a10a Require that g++ or cl be present to use factor.sh 2010-02-22 00:20:00 -06:00
Slava Pestov edb1346239 vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition to Mingw. Add an Nmakefile which can be used for this purpose. Rename Makefile to GNUmakefile. 2010-01-17 03:43:22 +13:00
Sheepson Apprentice b2be45d4e8 fix spacing in factor.sh 2009-12-22 11:09:42 -06:00
Doug Coleman 471be744b6 Use the bash path instead of /bin/sh for running a bash script 2010-01-10 22:42:26 -06:00
Alec Berryman 98e8d50457 build-support/factor.sh: allow user to specify NO_UI 2010-01-08 19:50:46 +13:00
Slava Pestov 8f449f1a82 Get optimizing compiler working without global register variables in VM 2009-12-22 15:42:49 +13:00
Joe Groff 88345c97e6 better factor.sh output after git fetch whether script is restarted or not 2009-08-27 12:15:52 -05:00
Joe Groff 3c6f3f362b change factor.sh update to fetch and pull in separate steps so certain platforms that exclusive-lock running scripts won't ruin the repo when factor.sh changes in the future 2009-08-27 12:05:56 -05:00
Doug Coleman b239c3b605 fix factor.sh for a couple of modes that nobody has used in a long time 2009-08-15 14:25:16 -05:00
Slava Pestov 861ea4e193 Revert "Use $CC and $CPP if provided"
This reverts commit 8f9c4a78a4.
2009-06-19 15:04:06 -05:00
Slava Pestov 041946e7d5 Revert "use CC env var on openbsd too"
This reverts commit f2af35ce5d.
2009-06-19 15:03:53 -05:00
Doug Coleman f2af35ce5d use CC env var on openbsd too 2009-06-19 14:22:39 -05:00
Thomas Deniau 8f9c4a78a4 Use $CC and $CPP if provided
Let the user select the compiler he wants to use to compile Factor
by using the supplied $CC and $CPP instead of just discarding them.
If not present, we default to gcc and g++ (the current behaviour).
2009-06-19 18:29:00 +02:00
Doug Coleman da4282b0b0 support mingw in factor.sh 2009-05-30 10:34:47 -05:00
slava fd4b4a4962 Fix some compiler warnings 2009-04-30 23:50:53 -04:00
Doug Coleman 2f0058e46a factor.sh now has an exit routine. it will print _something_ so it doesn't loop when looking for a make target 2009-04-20 23:23:16 -05:00
Doug Coleman d03621d435 Remove reference to GLU from factor.sh 2009-04-15 19:36:44 -05:00
Slava Pestov b6ee0dca3b Fix compile warning 2009-04-13 15:17:04 -05:00
U-SLAVA-DFB8FF805\Slava dba42f9259 Remove DLL-downloading logic since we don't have external deps anymore 2009-04-02 13:07:45 -05:00
Doug Coleman d42486f078 check pango-1.0 2009-03-23 20:09:01 -05:00
Doug Coleman d8b7fb2515 remove check for freetype, add check for pango 2009-03-20 18:45:54 -05:00
Doug Coleman a9a8e05393 fix apt libpango name 2009-03-20 18:39:38 -05:00